michaeljmarshall commented on pull request #13949:
URL: https://github.com/apache/pulsar/pull/13949#issuecomment-1023918765


   > Yes, it should be a different discussion, I think we should return such as 
a `ProducerConflict` exception to the client, otherwise, if the client 
implementation does not follow the spec, it will have more than 1 active 
producer instance with the same producer ID.
   
   @codelipenghui - that's a great point, and I support exploring a change to 
the behavior. I just looked at the git history, and we've responded to this 
behavior with a `ProducerSuccess` since the initial import of the project in 
2016. The only change would be to reject the second request. The initial 
producer would continue to be connected.


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