rdhabalia opened a new pull request #2259: Fix: set subscription-type based on 
message ordering
URL: https://github.com/apache/incubator-pulsar/pull/2259
 
 
   ### Motivation
   
   Right now, user can define  message processing-guarantees to process/sink 
messages. however, user can still want to retain message ordering with 
different processing-types and user should be able to configure FAILOVER 
subscription type with `ATLEAST_ONCE` option. so, provide option to retain 
ordering while consuming messages from pulsar-source.
   
   ### Modifications
   
   Add `retainOrdering` option in functions-cli like we already have in 
[cli-Sink](https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSinks.java#L217).
   ### Result
   
   User can configure message ordering option with different processing types.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to