Hi, We've written a few-liner command that reads offsets for the consumer group we want to copy and commits those for a new group. That way you can inspect "__consumer_offsets" topic and make sure everything is correct before you start consuming messages.
BR Stanislav. 2017-04-25 22:02 GMT+02:00 Samuel Taylor <stay...@square-root.com>: > Hi all, > > Is there a good way to rename a consumer group? > > My current plan is to stop the existing consumer and seek a new consumer to > the same offsets as the existing consumer, but I'd love to hear any > suggestions or experiences people have with this! > > Thanks, > Samuel >