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

Default value of the Partition Number in Kafka connector publishMessages operation need to be updated. #3970

Open
chathuranga-jayanath-99 opened this issue Feb 5, 2025 · 0 comments

Comments

@chathuranga-jayanath-99
Copy link
Contributor

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 the Partition Number won't run the project in the expected manner. If we provide 0, then it will work fine.

Suggested Improvement

We can provide a default value for Partition Number and for example it can be 0. If providing 0 not intuitive, then we can improve that in the connector by updating how we handle the Partition Number.

Version

v1.9.25013013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant