You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey see this WIP MR to support pause and resuming of consumers: #35
This idea here is to turn the cosnumer into a genstate_m and have a "paused" state and a "polling" state.
Let me know what you think about this approach @silviucpp and I will continue to with the requried changes to -erlkaf_consumer_group and erlkaf_manager so that pasue and resume can be called by the api.
Is it possible to support this feature here? Is there a road map for other features?
https://kafka.apache.org/0102/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#:~:text=Kafka%20supports%20dynamic%20controlling%20of,future%20poll(long)%20calls.
The text was updated successfully, but these errors were encountered: