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/09/28 13:09:22 UTC

[GitHub] [pulsar] KannarFr opened a new issue #8151: [Pulsar SQL] reduce configuration of ZK/Brokers endpoints to Brokers or Proxies

KannarFr opened a new issue #8151:
URL: https://github.com/apache/pulsar/issues/8151


   **Is your enhancement request related to a problem? Please describe.**
   Boot Pulsar SQL instances on-demand without direct connection to ZK (as ZK is not exposed publicly).
   
   **Describe the solution you'd like**
   Pulsar's Presto connector is requiring a ZK connection. Can we get rid of that and only have brokers or proxies endpoints in the Presto configuration?
   
   **Describe alternatives you've considered**
   I'm open to any suggestions.
   


----------------------------------------------------------------
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] codelipenghui commented on issue #8151: [Pulsar SQL] reduce configuration of ZK/Brokers endpoints to Brokers or Proxies

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #8151:
URL: https://github.com/apache/pulsar/issues/8151#issuecomment-700368662


   @KannarFr Looks the biggest challenge is how we read data from bookies without ZooKeeper since the BookKeeper client needs to connect to ZookKeeper to get the ledger metadata. And we also have a plan to add a batch read API for Pulsar topics.


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