We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
I'm trying to pass a string with multiple brokers such as:
--config-props kafka.client.bootstrap.servers="localhost:9092,localhost:9093"
When I look at the config using jikkou config view I get something like:
jikkou config view
{ ... "kafka" : { ... "client" : { "bootstrap" : { "servers" : "localhost:9092" } } }, "localhost" : "9093", ... }
It seems that somewhere the , is being split
,
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @Akash-Mair, thank you for reporting this issue. To fix this, you can edit directly your configuration under ~/home/.jikkou/config.json
Sorry, something went wrong.
No branches or pull requests
Hey!
I'm trying to pass a string with multiple brokers such as:
--config-props kafka.client.bootstrap.servers="localhost:9092,localhost:9093"
When I look at the config using
jikkou config view
I get something like:It seems that somewhere the
,
is being splitThanks!
The text was updated successfully, but these errors were encountered: