satishviswanathan commented on issue #277: URL: https://github.com/apache/pulsar-dotpulsar/issues/277#issuecomment-3369162185
> > Thank you. Do you see anything wrong with client implementation code that I have shared ? > > No, I do not. > > > In the pulsar conf I updated the flag brokerDeduplicationEnabled as false and after that I'm not seeing the -ve values returned. Does that mean the SequenceId uniqueness is not guaranteed per producer. > > I guess so, but you would have to check with the Pulsar community (it is not DotPulsar specific). > > > Should the producer track and save the sequenceId's so that the InitialSequenceId() is set with the latest value whenever the producer restarts? > > Yes. By looking at the dotpulsar library code I thought the sequenceId is generate by the library and not by pulsar. So you suspect pulsar is not honoring producer name and sequenceId combination uniqueness ? -- 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]
