XiaoyiPeng commented on PR #4146:
URL: https://github.com/apache/rocketmq/pull/4146#issuecomment-1094767621

   > IMO,sendOneway is aimed at the producer and cannot be guaranteed to be 
consumed at most once
   
   This PR came to mind when I read about idempotents producer in 
[Kafka](https://cwiki.apache.org/confluence/display/KAFKA/Idempotent+Producer),
   
   - 
[https://kafka.apache.org/documentation/#semantics](https://kafka.apache.org/documentation/#semantics)
   - 
[KIP-98](https://cwiki.apache.org/confluence/display/KAFKA/KIP-98+-+Exactly+Once+Delivery+and+Transactional+Messaging)
   
    And I think in the future, RocketMQ could consider implementing the 
semantics of Exactly One transport with a better design.


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