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 2019/08/08 15:55:55 UTC

[GitHub] [pulsar] zymap opened a new pull request #4919: [Transaction][Buffer] move the transaction buffer code to the broker module

zymap opened a new pull request #4919: [Transaction][Buffer] move the transaction buffer code to the broker module
URL: https://github.com/apache/pulsar/pull/4919
 
 
   
   *Motivation*
   
   Currently, all transaction buffer code in the transaction module. A transaction buffer inherits `PersistentTopic`, it depends on the pulsar-broker module. When we need to create a transaction buffer at the pulsar-broker, the pulsar-broker depends on the transaction module. So it will cause cyclic reference.
   
   *Modifications*
   
   - move the code under transaction buffer module to the broker module
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services