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/12/12 14:15:50 UTC

[GitHub] [pulsar] nicoloboschi opened a new issue, #18888: [Bug] Transactional messages are not geo-replicated correctly

nicoloboschi opened a new issue, #18888:
URL: https://github.com/apache/pulsar/issues/18888

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   Master, 2.11.0
   
   ### Minimal reproduce step
   
   1. Enable transactions and replication on a namespace
   2. Write a simple message within a transaction
   3. Attach a consumer to the replicated topic. 
   
   The consumer can't consume messages and it's stuck forever
   
   ### What did you expect to see?
   
   The replicator should replicate the transactional messages removing all the metadata related to the transaction.
   The fact the messages were produced within a transaction is not relevant in the second cluster.
   
   Also the TXN markers are useless and they should not be sent. 
   
   ### What did you see instead?
   
   The messages metadata contains the txId and the txn markers are sent by the replicator producer.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
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.apache.org

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


[GitHub] [pulsar] nicoloboschi closed issue #18888: [Bug] Transactional messages are not geo-replicated correctly

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #18888: [Bug] Transactional messages are not geo-replicated correctly
URL: https://github.com/apache/pulsar/issues/18888


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