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/07/08 03:19:23 UTC

[GitHub] [pulsar] momo-jun opened a new pull request, #16463: [feature][doc] Add docs for how to configure metadata store

momo-jun opened a new pull request, #16463:
URL: https://github.com/apache/pulsar/pull/16463

   Fix issue #15838 
   
   ### Modifications
   
   1. Add a new topic for configuring metadata store
   2. Minor fixes.
   
   The preview looks good.
   <img width="1722" alt="image" src="https://user-images.githubusercontent.com/60642177/177910314-2dc2ec9e-1663-4ec4-8994-fe6663a91e74.png">
   <img width="1722" alt="image" src="https://user-images.githubusercontent.com/60642177/177910338-9a89dff3-9548-467e-a49c-ad0a65642f85.png">
   <img width="1714" alt="image" src="https://user-images.githubusercontent.com/60642177/177910366-ea4c21f3-d935-472c-8965-b3716a9553d7.png">
   
   
   ### Documentation
   
   - [ ] `doc` 
   


-- 
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] nodece merged pull request #16463: [feature][doc] Add docs for how to configure metadata store

Posted by GitBox <gi...@apache.org>.
nodece merged PR #16463:
URL: https://github.com/apache/pulsar/pull/16463


-- 
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] momo-jun commented on a diff in pull request #16463: [feature][doc] Add docs for how to configure metadata store

Posted by GitBox <gi...@apache.org>.
momo-jun commented on code in PR #16463:
URL: https://github.com/apache/pulsar/pull/16463#discussion_r918589989


##########
site2/docs/administration-metadata-store.md:
##########
@@ -0,0 +1,120 @@
+---
+id: administration-metadata-store
+title: Configure metadata store
+sidebar_label: "Configure metadata store"
+---
+
+Pulsar metadata store maintains all the metadata, configuration and coordination of a Pulsar cluster, such as topic metadata, schema, broker load data, and so on. 

Review Comment:
   Done. Thank 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


[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #16463: [feature][doc] Add docs for how to configure metadata store

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on code in PR #16463:
URL: https://github.com/apache/pulsar/pull/16463#discussion_r918562617


##########
site2/docs/administration-metadata-store.md:
##########
@@ -0,0 +1,120 @@
+---
+id: administration-metadata-store
+title: Configure metadata store
+sidebar_label: "Configure metadata store"
+---
+
+Pulsar metadata store maintains all the metadata, configuration and coordination of a Pulsar cluster, such as topic metadata, schema, broker load data, and so on. 

Review Comment:
   ```suggestion
   Pulsar metadata store maintains all the metadata, configuration, and coordination of a Pulsar cluster, such as topic metadata, schema, broker load data, and so on. 
   ```
   Use commas to separate items in a series of three or more. Use a comma before the conjunction that precedes the final item.
   https://docs.google.com/document/d/1lc5j4RtuLIzlEYCBo97AC8-U_3Erzs_lxpkDuseU0n4/edit#bookmark=id.b82f2ay5cpsc
   



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