-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improve documentation for callbackPollMode #175
base: main
Are you sure you want to change the base?
Conversation
…tions Build in Github Actions
…-to-cabal-3.4.0.0 Fully upgrade to cabal 3.4.0.0
Semi related, and I have no idea how other rdkafka bindings behave, but Not a huge deal if you're aware of the implications, but I've been using this library for a few months and this definitely went over my head until I started digging into strange memory usage patterns of some services we have. |
I'm not very familiar with the rd-variant of Kafka either, but a few cents so far:
But as I said, kind of new to rd_kafka, correct if I'm missing something. |
I lost a few hours to this, so I figured the extra comment might be useful to someone else.
For the record, I was setting up my consumer props like this:
which caused the callbackPollMode to be reset to
CallbackPollModeAsync
(the default).For this to work the last line should be
brokers <> group <> commit <> logs <> pollMode
.