Replies: 1 comment 5 replies
-
Hi! Several thoughts:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a problem under the load when the Pulsar client's producer throws a timeout exception like this.
System.TimeoutException: Could not send message to broker within given timeout
I thought a recreation of the producer, in that case, might help.
I do it in the following order:
But when I try to send the message using a new producer, I get
Pulsar.Client.Api.AlreadyClosedException : producer(0, 1, -1) ConnectionHandleralready closed
What did I miss?
Beta Was this translation helpful? Give feedback.
All reactions