CONNECT_BOOTSTRAP_SERVERS
See original GitHub issueWe use the following list of bootstrap hosts:
zookeeper-1.apps.local:2181,zookeeper-2.apps.local:2181,zookeeper-3.apps.local:2181/kafka
This works for schema-registry and rest, but not for connect (‘latest’). On startup we get: org.apache.kafka.common.config.ConfigException: Invalid url in bootstrap.servers: zookeeper-3.apps.local:2181/kafka
.
Is this supposed to work? Do I have to use Kafka hosts instead of Zookeeper?
Also, the documentation for CONNECT_BOOTSTRAP_SERVERS says “A unique string that identifies the Connect cluster group this worker belongs to.”, which seems to belong to CONNECT_GROUP_ID (see https://docs.confluent.io/current/installation/docker/docs/configuration.html#kafka-connect)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
what is bootstrap-server in kafka config? - Stack Overflow
So bootstrap.servers is a configuration we place within clients, which is a comma-separated list of host and port pairs that are the addresses ......
Read more >bootstrap.servers · The Internals of Apache Kafka
bootstrap.servers is a comma-separated list of host and port pairs that are the addresses of the Kafka brokers in a "bootstrap" Kafka cluster...
Read more >Example Configurations - Confluent Documentation
These following sections requires running ZooKeeper, Apache Kafka®, and Connect. For more information, see the Confluent Platform Quick Start.
Read more >Bootstrap Servers | Kafka | Datacadamia - Data and Co
Bootstrap Servers are a list of host/port pairs to use for establishing the initial connection to the Kafka cluster. These servers are just...
Read more >Setting up the Kafka server - IBM
To connect to a Kafka server, the configuration property bootstrap.servers is required which should contain the hostname:portnumber of the Kafka server to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok. If the docs at https://docs.confluent.io/current/installation/docker/docs/configuration.html#kafka-connect could be updated, that would solve the confusion.
The “CONNECT_BOOTSTRAP_SERVERS” entry still says “A unique string that identifies the Connect cluster group this worker belongs to.”
Thanks. Feel free to close this issue.