nicoloboschi opened a new pull request, #17522:
URL: https://github.com/apache/pulsar/pull/17522

   
   Fixes #17513 
   
   ### Motivation
   At the moment there's no way to list all the transaction coordinators and to 
understand to which broker own.
   
   ### Modifications
   
   * New endpoint `transactions/coordinators´ to get all the coordinators
      * Under the hood it does a `lookup` to the TC partitioned topic
   * New data object ´TransactionCoordinatorInfo´ -> only contains the 
`brokerServiceUrl` field
   * Added the equivalent client call in the pulsar-client admin
   * Added the equivalent client call in the pulsar-admin CLI 
`coordinators-list` 
   
   - [x] `doc-not-needed` 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to