Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The reconsumeLater() method that uses retry queues builds a large number of producers #23533

Open
2 tasks done
zjxxzjwang opened this issue Oct 31, 2024 · 0 comments
Open
2 tasks done
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

Comments

@zjxxzjwang
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Java-SD dispatch "public void reconsumeLater(Message<? > message, long delayTime, TimeUnit unit)" method builds retry queue producers for each consumer per partition number of the original topic, causing the retry queue producers to severely exceed the limit

Solution

No response

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@zjxxzjwang zjxxzjwang added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

No branches or pull requests

1 participant