You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/13 03:59:16 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #14669: [Transaction] Fix send transaction messages not in order

codelipenghui commented on pull request #14669:
URL: https://github.com/apache/pulsar/pull/14669#issuecomment-1066017421


   > If we use future.thenCompose(internalSendAsync(message))`` to send transaction messages, We have no way to guarantee that the order will not change when run internalSendAsync(message)`
   
   It's the problem from the usage of Java Future API, not pulsar. Does the above code example is in the pulsar code base or not?


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org