Skip to content
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

Config props: kafka.client.bootstrap.servers cannot take comma separated string #191

Open
Akash-Mair opened this issue May 22, 2023 · 1 comment

Comments

@Akash-Mair
Copy link

Akash-Mair commented May 22, 2023

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:

{
    ...
    "kafka" : {
        ...
        "client" : {
            "bootstrap" : {
                "servers" : "localhost:9092"
            }
        }
    },
    "localhost" : "9093",
   ...
}

It seems that somewhere the , is being split

Thanks!

@fhussonnois
Copy link
Member

Hi @Akash-Mair, thank you for reporting this issue. To fix this, you can edit directly your configuration under ~/home/.jikkou/config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants