poorbarcode edited a comment on issue #14937:
URL: https://github.com/apache/pulsar/issues/14937#issuecomment-1084537898
> > > > > > > > Let me try
> > > > > > >
> > > > > > >
> > > > > > > Can you reproduce it?
> > > > > >
> > > > > >
> > > > > > How many broker have you started ?
> > > > >
> > > > >
> > > > > only 1
> > > >
> > > >
> > > > Hao many bookie count have you started ?
> > >
> > >
> > > 3 bookies
> >
> >
> > I'll try to set up a same environment
>
> my wechat: daxia_xue
The problem was reproduced. But only if "topicName" is exactly the same as
"subscriptionName", just like this:
```
client.newConsumer(Schema.JSON(NlMessage.class)).topic("same_as_topic_name").subscriptionName("same_as_topic_name")
```
The key operation:
- Before restart broker, do not stop consumer
- The problem is : After broker restart, Unable to continue consuming
messages
- It doesn't matter what the software version is
- "topicName" is exactly the same as "subscriptionName"
--
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]