overture-stack/maestro

Make songConsumerGrp use latest offset if consumer group is missing and last committed if it exists

Opened this issue · 0 comments

Currently if the consumer group is deleted maestro will recreate the group and start consuming messages from the earliest available offset

Detailed Description

  • if the consumer group is deleted maestro will recreate the group and start consuming messages from the earliest available offset
  • this could make unexpected changes to es index while it is in use

Possible Implementation