Default value of the Partition Number
in Kafka connector publishMessages
operation need to be updated.
#3970
Labels
Partition Number
in Kafka connector publishMessages
operation need to be updated.
#3970
Current Limitation
When we create a kafka topic there should be at least one partition. If there is only one partition then the partition number is 0. Currently there is no default value provided. If there is only one partition and providing
1
as thePartition Number
won't run the project in the expected manner. If we provide0
, then it will work fine.Suggested Improvement
We can provide a default value for
Partition Number
and for example it can be0
. If providing0
not intuitive, then we can improve that in the connector by updating how we handle thePartition Number
.Version
v1.9.25013013
The text was updated successfully, but these errors were encountered: