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: detection Kafka version is not the expected version #11047

Closed
wk989898 opened this issue May 8, 2024 · 1 comment · Fixed by #11048
Closed

ticdc: detection Kafka version is not the expected version #11047

wk989898 opened this issue May 8, 2024 · 1 comment · Fixed by #11048
Assignees
Labels
affects-7.5 affects-8.1 area/ticdc Issues or PRs related to TiCDC. severity/moderate This is a moderate bug. type/bug This is a bug.

Comments

@wk989898
Copy link
Contributor

wk989898 commented May 8, 2024

What did you do?

create a changefeed with kafka protocol
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&kafka-version=0.11.0.0"

What did you expect to see?

[WARN] [sarama.go:139] ["The Kafka version you assigned may not be correct. Please assign a version equal to or less than the specified version"] [assignedVersion=0.11.0.0] [desiredVersion=2.8.0]

What did you see instead?

[WARN] [sarama.go:226] ["Kafka fail to get ApiVersions"] [addr=127.0.0.1:9092]

Versions of the cluster

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

v8.0.0

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

v8.0.0

TiCDC version (execute cdc version):

v8.2.0-master-dirty

Kafka version

kafka_2.13-3.7.0
@wk989898 wk989898 added area/ticdc Issues or PRs related to TiCDC. type/bug This is a bug. labels May 8, 2024
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports May 8, 2024
@fubinzh
Copy link

fubinzh commented May 9, 2024

/severity moderate

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. severity/moderate This is a moderate bug. type/bug This is a bug.
Development

Successfully merging a pull request may close this issue.

3 participants