graphql-kafkajs-subscriptions icon indicating copy to clipboard operation
graphql-kafkajs-subscriptions copied to clipboard

GroupId should be allowed to be configurable and not being forced to create a random group each time a consumer runs

Open ryan-smylski opened this issue 1 year ago • 1 comments

We release updates to our applications on a weekly basis, and with the forced random group id each time an application is deployed, we now have hundreds of unused consumer groups. It would be great to allow configuration to manage the groupId and not be forced to use random groupIds.

Thank you

ryan-smylski avatar Feb 02 '24 19:02 ryan-smylski

PRs welcomed :)

tomasAlabes avatar Feb 19 '24 08:02 tomasAlabes