You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Christophe Bornet <bo...@gmail.com> on 2021/10/05 14:52:01 UTC

Redeliver messages causing the client to disconnect

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.