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/04/28 12:01:52 UTC

[GitHub] [pulsar] sijie opened a new pull request #4161: [transaction][coordinator] add the interfaces for transaction metadata store and an in-memory implementation

sijie opened a new pull request #4161: [transaction][coordinator] add the interfaces for transaction metadata store and an in-memory implementation
URL: https://github.com/apache/pulsar/pull/4161
 
 
   Master Issue: #2664
   
   *Motivation*
   
   Setup the project structure for developing transaction coordinator.
   
   *Changes*
   
   - setup the project structure
   - introduce common classes: `TxnID`, `TxnStatus`
   - introduce `TransactionMetadataStore` for TC to store and manage the transaction status
   - enable checkstyle for `pulsar-transaction`
   
   *NOTES*
   
   All the changes are isolated into `pulsar-transaction` module. Hence it will not block any other changes or releases.
   
   

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