Replies: 3 comments
-
@Aaronzk There is an internal pending queue with 1000 messages by default for a producer. if the server-side with a slow response but the application send messages very fast that will fill up the pending queue, so by default, you will get the above exception, it's a fail-fast strategy. Another available strategy is to block the caller thread if the pending queue filled up, you can add |
Beta Was this translation helpful? Give feedback.
-
@codelipenghui |
Beta Was this translation helpful? Give feedback.
-
The issue had no activity for 30 days, mark with Stale label. |
Beta Was this translation helpful? Give feedback.
-
Discribe
When I write data into pulsar topic using a producer,I got this
and no more data was written into my topic.
Help Needed
I would like to know how to locate the cause of this problem, and which message is the "Failed message".
Any indicative answer is appreciate.
System configuration
Pulsar version: 2.6
Pulsar client: 2.8.0
Client log level: DEBUG
Client Configuration: All default values, no customisation.
Beta Was this translation helpful? Give feedback.
All reactions