michaeljmarshall commented on issue #12281: URL: https://github.com/apache/pulsar/issues/12281#issuecomment-934550841
@cbornet - are you able to share test logs from the client and the broker? I agree this seems surprising, but I'm not familiar enough with the Java client to know just by reading your test. I wouldn't expect `consumer2` to close the connection [here](https://github.com/apache/pulsar/blob/4147db88bc08eb3b2dab97a45af178fd9f4c7a6b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L1610) because I'd expect `consumer2` to have a `Ready` state. It's only reaching that connection close if the consumer is not `Ready` or `Connecting`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
