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

Can not create changefeed with KOP downstrems #8892

Closed
Rustin170506 opened this issue May 6, 2023 · 1 comment · Fixed by #8893
Closed

Can not create changefeed with KOP downstrems #8892

Rustin170506 opened this issue May 6, 2023 · 1 comment · Fixed by #8893
Labels
affects-6.1 affects-6.5 affects-7.1 area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@Rustin170506
Copy link
Member

What did you do?

Create a changefeed with a KOP downstream.

What did you expect to see?

Create changefeed success.

What did you see instead?

[root@vm ~]# tiup ctl:v6.5.2 cdc changefeed create     --server=http://10.xxx:8x300/     --sink-uri="kafka://[127.0.0.1:9092/test-pulsar?protocol=canal-json&max-message-bytes=67108864&kafka-version=2.4.0&replication-factor=1](http://127.0.0.1:9092/test-pulsar?protocol=canal-json&max-message-bytes=67108864&kafka-version=2.4.0&replication-factor=1)"     --changefeed-id="simple-replication-task"
Starting component `ctl`: /root/.tiup/components/ctl/v6.5.2/ctl cdc changefeed create --server=http://10xxx8:8300/ --sink-uri=kafka://[127.0.0.1:9092/test-pulsar?protocol=canal-json&max-message-bytes=67108864&kafka-version=2.4.0&replication-factor=1](http://127.0.0.1:9092/test-pulsar?protocol=canal-json&max-message-bytes=67108864&kafka-version=2.4.0&replication-factor=1) --changefeed-id=simple-replication-task
Error: [CDC:ErrKafkaNewSaramaProducer]new sarama producer: [CDC:ErrKafkaBrokerConfigNotFound]cannot find the `message.max.bytes` from the broker's configuration
Error: exit status 1
[root@vm10-2-103-148 ~]# client_loop: send disconnect: Broken pipe

Versions of the cluster

master

@Rustin170506 Rustin170506 added type/bug The issue is confirmed as a bug. severity/moderate area/ticdc Issues or PRs related to TiCDC. labels May 6, 2023
@Rustin170506
Copy link
Member Author

@ti-chi-bot ti-chi-bot bot closed this as completed in #8893 May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.1 affects-6.5 affects-7.1 area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant