GitHub user crossoverJie added a comment to the discussion: Is it possible to manually acknowledge messages via msgId?
> Query `individuallyDeletedMessages` again: > `"individuallyDeletedMessages": "[(414:36..414:39]]",` > The results did not change. I'm sorry, that was my mistake. I was testing in `JUnit` and the client exited before the background thread finished executing, resulting in the message not being committed. Now the main function works fine instead. > The background to my doing this is as follows: > > I want to know if the backlog of message topics is caused by message holes. > > If so, I would like to manually acknowledge these holes in our admin console > for the purpose of clearing them. > > Have the broker automatically move the `MarkDeletedPosition` and clear the > backlog of messages. > > Any other suggestions to make this work? thx. By the way, do Any suggestions in this background? Thanks GitHub link: https://github.com/apache/pulsar/discussions/18544#discussioncomment-4194853 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
