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
No matter how I set bootstrap-servers, the settings is ignored:
--bootstrap-servers myhost.mycompany.fr:9094 --bootstrap-servers=myhost.mycompany.fr:9094
The admin client tries to connect to localhost:
Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.
2021-05-11 16:07:56,698 INFO [main] org.apache.kafka.clients.admin.AdminClientConfig - AdminClientConfig values: bootstrap.servers = [localhost:9092]
The README.md (line 57) says (singular):
--bootstrap-server localhost:9092
The CLI help says (plural and equal sign):
--bootstrap-servers=<bootstrapServer> A list of host/port pairs to use for establishing the initial
The trick was that --bootstrap-servers argument is ignored when placed before topics create command.
The text was updated successfully, but these errors were encountered:
00eaaab
Thanks
Sorry, something went wrong.
No branches or pull requests
No matter how I set bootstrap-servers, the settings is ignored:
The admin client tries to connect to localhost:
The README.md (line 57) says (singular):
The CLI help says (plural and equal sign):
The trick was that --bootstrap-servers argument is ignored when placed before topics create command.
The text was updated successfully, but these errors were encountered: