specmesh / specmesh-build

https://specmesh.io/
Apache License 2.0
13 stars 5 forks source link

Consumer Group offsets fix #336

Closed big-andy-coates closed 3 months ago

big-andy-coates commented 3 months ago

Previously, the consumer group offsets were incorrect - they were returning topic offsets, not group offsets!

Unfortunately, this meant moving the partitions from the Member to the ConsumerGroup. Also removing the Partition.timestamp as this info isn't available via the new calls and isn't related to groups.

Because of these changes this is a BREAKING CHANGE