Replies: 1 comment 1 reply
-
You can try upgrade to the latest version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I have a project in which a service listens to a Kafka topic to retrieve data, and then uses @DubboReference(check = false) to call another service to process (consume) the data obtained from Kafka. However, because there is too much data coming from Kafka, the downstream service cannot keep up with the consumption speed, leading to all threads being exhausted and eventually causing an error: java.util.concurrent.RejectedExecutionException: null. How can I solve this issue?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions