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

Remove session timeout and default topic config for producer #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lumbytyci
Copy link

With confluent-kafka==1.7.0 and Python 3.9.2 I get the following warnings when running producer.py:

* Configuration property session.timeout.ms is a consumer property and will be ignored by this producer instance
* Configuration property auto.offset.reset is a consumer property and will be ignored by this producer instance

So I removed the aforementioned properties - which caused the warnings to disappear and the rest functions as intended.

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

Successfully merging this pull request may close these issues.

1 participant