ivan-ciklum commented on code in PR #263: URL: https://github.com/apache/pulsar-dotpulsar/pull/263#discussion_r2095655996
########## src/DotPulsar/Internal/SubConsumer.cs: ########## @@ -237,4 +237,18 @@ private async ValueTask InternalAcknowledge(IEnumerable<MessageId> messageIds, C public ValueTask<IEnumerable<MessageId>> GetLastMessageIds(CancellationToken cancellationToken = default) => throw new NotImplementedException(); + + public async ValueTask NegativeAcknowledge(MessageId messageId, CancellationToken cancellationToken) + { + var command = new CommandRedeliverUnacknowledgedMessages(); Review Comment: https://pulsar.apache.org/docs/next/concepts-messaging/#negative-acknowledgment -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org