The reconsumeLater() method that uses retry queues builds a large number of producers #23533
Open
2 tasks done
Labels
type/enhancement
The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Search before asking
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?
The text was updated successfully, but these errors were encountered: