Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

[Feature Request] Allow configuration of Retry Topic GroupId #107

Open Daniel-C-Dias opened 1 year ago

Daniel-C-Dias commented 1 year ago

Is your request related to a problem you have?

I'm updating an existing service from an old Framework to Kafka-Flow and the KafkaFlow Retry demands a change on this GroupId of the retry topics, which causes an impact on all logic on top of the GroupId.

Describe the solution you'd like

Instead of having the GroupId forced by the framework, allow the user to configure which name they want optionally.

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No addiction context at the moment.