[X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
Add the clearRetryTopicWhenDeleteTopic option to allow precise deleton of topics externally without the need to traverse consumerOffset
Motivation
Add the clearRetryTopicWhenDeleteTopic option to allow precise deleton of topics externally without the need to traverse consumerOffset
Describe the Solution You'd Like
Introduce the clearRetryTopicWhenDeleteTopic option to enable precise external deletion of topics, eliminating the need to traverse consumerOffsetTable and thereby enhancing performance.
Add the setConsumerOffsetManager interface to simplify external customization.
Before Creating the Enhancement Request
Summary
Add the clearRetryTopicWhenDeleteTopic option to allow precise deleton of topics externally without the need to traverse consumerOffset
Motivation
Add the clearRetryTopicWhenDeleteTopic option to allow precise deleton of topics externally without the need to traverse consumerOffset
Describe the Solution You'd Like
Introduce the clearRetryTopicWhenDeleteTopic option to enable precise external deletion of topics, eliminating the need to traverse consumerOffsetTable and thereby enhancing performance.
Add the setConsumerOffsetManager interface to simplify external customization.
Describe Alternatives You've Considered
No
Additional Context
No