zhu-mingye opened a new issue, #21196:
URL: https://github.com/apache/pulsar/issues/21196

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   2.8.4
   java8
   linux
   
   ### Minimal reproduce step
   
   1. Create springboot program integrated with pulsar2.8.4
   2. Produce and consume at the same time
   3. Modify the code and restart repeatedly during the consumption process
   4. Check the status of the topic on the pulsar manage page and check the 
interface response data. It is found that msgInCounter in the response data is 
less than msgOutCounter in the subscriber.
   
   <img width="1153" alt="image" 
src="https://github.com/apache/pulsar/assets/58576849/6fd718bd-5691-4f25-95ca-68de247a884c";>
   
   
   ### What did you expect to see?
   
   msgInCounter is equal to or greater than msgOutCounter
   
   ### What did you see instead?
   
   Check the status of the topic on the pulsar manage page and check the 
interface response data. It is found that msgInCounter in the response data is 
less than msgOutCounter in the subscriber.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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]

Reply via email to