You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe Alternatives You've Considered
No
Additional Context
No
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: