-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[VarDumper] Add a RdKafka caster #35347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fc0fb08 to
c40693e
Compare
37f288b to
c5acb0f
Compare
|
I'm not convinced we should commit the docker-based setup in the VarDumper component. but if we do, it should be excluded from downloads in our I have no knowledge at all about rdkafka so I cannot know whether the caster is correct. |
7b6a88b to
de433d6
Compare
|
The docker part is not used in the CI. I don't think it's a good idea to add it here. We don't do that for other component |
de433d6 to
735d7bb
Compare
|
This is WIP code, I'll clean my mess and ask for a review once it's ready :) |
7f9d905 to
ce59300
Compare
a25eeb7 to
fe54c8b
Compare
romainneutron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My work is now finished, implementation is done, tests are (should be) okay. Comments and review are welcome :)
c8e5b5e to
7292256
Compare
|
PR updated, comments addressed |
src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php
Outdated
Show resolved
Hide resolved
7292256 to
03c4360
Compare
b455d50 to
1e2ca1e
Compare
|
PR updated, comments addressed |
5227955 to
1681f9b
Compare
1681f9b to
ab4df87
Compare
|
PR updated, comments addressed |
ab4df87 to
6cd1235
Compare
|
Thank you @romainneutron. |
This PR was merged into the 5.1-dev branch. Discussion ---------- [VarDumper] Add a RdKafka caster | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Hello, This is the very beginning of this new feature. First, I'd like to know if there's a no-go for this feature so I won't waste my time. Then, if you are a RdKafka expert, I'd take your comments with much pleasure sincer I'm a noob in this technology (and that's why I'm implementing this caster 🤓) Tests need to be added once the implementation will be a bit more complete. Commits ------- 6cd1235 Add a RdKafka caster to Var-Dumper
Hello,
This is the very beginning of this new feature.
First, I'd like to know if there's a no-go for this feature so I won't waste my time.
Then, if you are a RdKafka expert, I'd take your comments with much pleasure sincer I'm a noob in this technology (and that's why I'm implementing this caster 🤓)
Tests need to be added once the implementation will be a bit more complete.