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 2020/07/11 00:52:57 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7511: Avoid pulsar-client-api dependency on txn-common

merlimat opened a new pull request #7511:
URL: https://github.com/apache/pulsar/pull/7511


   ### Motivation
   
   `pulsar-client-api` is meant to be free of dependencies. This is to ensure that: 
    1. this module can be left out of shading
    2. we're not exposing in API symbols that are not meant to be exposed
   
   Right now, the `TxnID` class is defined on `transactions-common`, though since it's exposed in API, it should be part of `pulsar-client-api`.
   
   The current dependency cycle is bringing `pulsar-client-api` -> `transaction-common` -> `protobuf-java-util`.


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



[GitHub] [pulsar] merlimat merged pull request #7511: Avoid pulsar-client-api dependency on txn-common

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #7511:
URL: https://github.com/apache/pulsar/pull/7511


   


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