Configuration property enable.auto.commit is a consumer property and will be ignored by this producer instance #3486
Unanswered
n0rm4l-real
asked this question in
Q&A
Replies: 1 comment
-
Ahh, I was using in in Admin Client actually. Sorry for the confusion. |
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.
-
Hello! I'm new to librdkafka and currently I'm using python confluent Kafka library to create a consumer, but when setting
enable.auto.commit
toFalse
, I'm seeing the following message:Does it means that producer was automatically created by librdkafka? If yes, how to disable it? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions