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

TiCDC: kafka client has run out of available brokers to talk to: EOF #10852

Closed
wk989898 opened this issue Mar 27, 2024 · 1 comment · Fixed by #10854
Closed

TiCDC: kafka client has run out of available brokers to talk to: EOF #10852

wk989898 opened this issue Mar 27, 2024 · 1 comment · Fixed by #10854
Labels
affects-7.5 affects-8.1 area/ticdc Issues or PRs related to TiCDC. report/customer Customers have encountered this bug. type/bug The issue is confirmed as a bug.

Comments

@wk989898
Copy link
Collaborator

What did you do?

create a changefeed
bin/cdc cli changefeed create -c test --sink-uri "kafka://127.0.0.1:9092/test?topic=test&protocol=open-protocol&max-message-bytes=41943040&compressionType=ZLIB"

What did you expect to see?

Create changefeed successfully!
ID: test
Info: {...}

What did you see instead?

Error: [CDC:ErrKafkaNewProducer]new kafka producer: kafka: client has run out of available brokers to talk to: EOF

Versions of the cluster

Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

v7.6.0

Upstream TiKV version (execute tikv-server --version):

v7.6.0

TiCDC version (execute cdc version):

v7.6.0

Kafka version

v2.1.0
v2.1.1
v2.3.1
@wk989898 wk989898 added area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug. labels Mar 27, 2024
@sdojjy sdojjy added type/enhancement The issue or PR belongs to an enhancement. and removed type/bug The issue is confirmed as a bug. labels Mar 28, 2024
@flowbehappy flowbehappy added affects-7.5 type/bug The issue is confirmed as a bug. and removed type/enhancement The issue or PR belongs to an enhancement. labels May 16, 2024
@seiya-annie
Copy link

/found customer

@ti-chi-bot ti-chi-bot bot added the report/customer Customers have encountered this bug. label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 affects-8.1 area/ticdc Issues or PRs related to TiCDC. report/customer Customers have encountered this bug. type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

4 participants