question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CONNECT_BOOTSTRAP_SERVERS

See original GitHub issue

We 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:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
MrBuddyCasinocommented, May 7, 2018

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.”

1reaction
OneCricketeercommented, May 7, 2018

Thanks. Feel free to close this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found