S3 Sink connector overwrites partition settings #8367
Unanswered
olivernaaris
asked this question in
Q&A
Replies: 1 comment
-
Does it really create the topic? Or is the topic just auto-created because it is deployed at first? Maybe disabling the topic auto-creation can help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm using Debezium source and S3 sink connector for reading data from MySQL and writing it to a S3 bucket. The source connector has config to create topics automatically in Kafka with 10 partitions and replication set to 2.
The problem is that S3 sink connector overwrites the partition config and the topics are created with 1 partition and 1 replica instead. When I create the topics manually and start the connectors later - the topics have the correct number of partitions.
I'm unable to find the reason why the S3 sink connector would cause this.
We are using:
Our config for source and sink connector:
Beta Was this translation helpful? Give feedback.
All reactions