Hi all,
I just opened an issue https://github.com/apache/pulsar/issues/12281 . Does anyone know why the connection is closed here <https://github.com/apache/pulsar/blob/4147db88bc08eb3b2dab97a45af178fd9f4c7a6b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L1610> ? It has undesired effects on other consumers and it seems that when the consumer is closing/closed the messages will be redelivered by the broker anyway.