Replies: 1 comment
-
Provide a method Connected() in the Interface to test if the the client is still connected |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pulsar client interface [ https://github.com/apache/pulsar-client-go/blob/v0.12.1/pulsar/client.go#L30]
does not have any method to check the state of the client. Assuming client is being used in tandem by consumers and producers, how would one trap Close event of the Client initiated by the Pulsar?
Beta Was this translation helpful? Give feedback.
All reactions