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/08/26 10:26:10 UTC

[GitHub] [pulsar] xiaogang-sn opened a new issue, #17298: [Doc] Fix the example for metadata store with etcd

xiaogang-sn opened a new issue, #17298:
URL: https://github.com/apache/pulsar/issues/17298

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### What issue do you find in Pulsar docs?
   
   In the [current configuration example](https://pulsar.apache.org/docs/next/administration-metadata-store#use-etcd-as-metadata-store), it shows as follows.
   
   ```
   metadataStoreUrl=etcd:my-etcd-1:2379,my-etcd-2:2379,my-etcd-3:2379
   ```
   
   It will not work per https://github.com/apache/pulsar/pull/16309#issue-1290303315.
   
   ### What is your suggestion?
   
   Change it to the format as below per https://github.com/apache/pulsar/pull/16309 with URL schema.
   
   ```
   metadataStoreUrl=etcd:http://my-etcd-1:2379,http://my-etcd-2:2379,http://my-etcd-3:2379
   ```
   
   ### Any reference?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.apache.org

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


[GitHub] [pulsar] momo-jun closed issue #17298: [Doc] Fix the example for metadata store with etcd

Posted by GitBox <gi...@apache.org>.
momo-jun closed issue #17298: [Doc] Fix the example for metadata store with etcd
URL: https://github.com/apache/pulsar/issues/17298


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


[GitHub] [pulsar] Pradhyumnakashyap commented on issue #17298: [Doc] Fix the example for metadata store with etcd

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

   Hi @RobertIndie , 
   
   Thanks for assigning this to me and my PR got merged : https://github.com/apache/pulsar/pull/17341
   


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


[GitHub] [pulsar] Pradhyumnakashyap commented on issue #17298: [Doc] Fix the example for metadata store with etcd

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

   Hi @sijie , 
   
   I'm interested in updating this doc could you please assign this to me.
   
   TIA,
   Pradhyumna K R
   


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


[GitHub] [pulsar] RobertIndie commented on issue #17298: [Doc] Fix the example for metadata store with etcd

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

   > Hi @sijie ,
   > 
   > I'm interested in updating this doc could you please assign this to me.
   > 
   > TIA, Pradhyumna K R
   
   Thanks. I have assigned it to you.


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