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 2022/02/02 17:44:50 UTC

[GitHub] [pulsar] merlimat commented on pull request #13891: [functions] Distributed log metadata not correctly initialized

merlimat commented on pull request #13891:
URL: https://github.com/apache/pulsar/pull/13891#issuecomment-1028191762


   > It might not be related to this PR, but I don't understand the format of the `metadata-store:` URL. It's really odd that `zk:` in `metadata-store:zk:` seems to be optional. @merlimat What's the reasoning for this? Can you also review this PR?
   
   Main reason was to accept `my-zk:2181` and interpret it as a ZK address for backward compatibility. Eg: if you're passing just upgrading and you have  the `zookeeperServers`.  
   
   When configuring BK access, it has already its own prefix for the BK pluggable metadata. There we use the prefix `metadata-store:` to load the Pulsar plugin. Everything after that should be the same that the user has configured for Pulsar broker.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org