eolivelli opened a new pull request, #15488:
URL: https://github.com/apache/pulsar/pull/15488

   ### Motivation
   Currently (in 2.10) we have two ways of creating a Exclusive Producer: 
Exclusive and WaitForExclusive.
   We are missing a mode in which the new Producer fences out any existing 
producer, allowing to apply Optimistic Locking pattern. 
   
   ### Modifications
   
   - Add a new mode ExclusiveWithFencing
   - Add tests
   - Implementation on the Broker side
   - Implementation on the Java Client
   
   ### Verifying this change
   
   This change added tests.


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