Skip to content

Allow configuring Kafka consumer group rebalance strategy #3841

@passuied

Description

@passuied

Describe the feature

It's currently NOT possible to configure the consumer group rebalance strategy. The default is range which sometimes is not ideal. Sarama allows selecting the rebalance strategy as follows:

config.Consumer.Group.Rebalance.GroupStrategies = []sarama.BalanceStrategy{sarama.NewBalanceStrategySticky()}

It would be beneficial to be able customize it using component metadata.

Release Note

RELEASE NOTE: ADD support for configuring Consumer Group Rebalance Strategy using component metadata

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions