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:
us...@infra.apache.org


Reply via email to