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
One of my apps uses Parallel Consumer 0.5.2.8.
It consumes messages from Kafka with consumer group A, and maintains some data structure on-disk.
This data structure (well - a collection of files) is periodically backed up to remote storage.
I have a use case in which a different service (with consumer group B), needs to download the backup and start ingesting from the point that service A left it.
Q: Is there a way to get (and set?) the current position & state of the consumer?
Currently, I get the committed offsets per partition and use it as an approximation, but it's not granular enough.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
One of my apps uses Parallel Consumer 0.5.2.8.
It consumes messages from Kafka with consumer group A, and maintains some data structure on-disk.
This data structure (well - a collection of files) is periodically backed up to remote storage.
I have a use case in which a different service (with consumer group B), needs to download the backup and start ingesting from the point that service A left it.
Q: Is there a way to get (and set?) the current position & state of the consumer?
Currently, I get the committed offsets per partition and use it as an approximation, but it's not granular enough.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions