-
Notifications
You must be signed in to change notification settings - Fork 483
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
-b still required even if metadata.broker.list in ~/.config/kafkacat.conf ? #213
Comments
That sounds like a bug, will look into it. |
As a workaround you can use |
Not reproducible:
|
I also got this issue. I am using kafkacat via docker (
|
As for the "No such file or directory" problem: the docker container will not be able to access your outer host file system unless you map it through |
Thanks for the tip about docker run -it -v "$PWD"/kafkacat.conf:/root/.config/kafkacat.conf edenhill/kafkacat:1.6.0 -C -t <some_topic_of_broker_defined_in_config> |
Dear Developers,
I came across #85 that asked to have -X override -b, but I wonder, if I have metadata.broker.list property in ~/.config/kafkacat.conf or in $KAFKACAT_CONFIG, why is -b still required? Is it something fundamental or just doesn't work for me?
For reference, my config look like:
Thanks in advance!
The text was updated successfully, but these errors were encountered: