You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "shalk (via GitHub)" <gi...@apache.org> on 2023/04/11 07:12:52 UTC

[GitHub] [incubator-pegasus] shalk opened a new issue, #1432: support default replica and partition

shalk opened a new issue, #1432:
URL: https://github.com/apache/incubator-pegasus/issues/1432

   ## Feature Request
   
   **Is your feature request related to a problem? Please describe:**
   <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
   
   every time createApp by pegasus client  should specify replica and partition
   
   **Describe the feature you'd like:**
   <!-- A clear and concise description of what you want to happen. -->
   
   Inspire by https://cwiki.apache.org/confluence/display/KAFKA/KIP-464%3A+Defaults+for+AdminClient%23createTopic
   
   we can support default replica and partition
   
   **Describe alternatives you've considered:**
   <!-- A clear and concise description of any alternative solutions or features you've considered. -->
   
   **Teachability, Documentation, Adoption, Migration Strategy:**
   <!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. -->
   


-- 
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: dev-unsubscribe@pegasus.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 commented on issue #1432: support default replica and partition

Posted by "acelyc111 (via GitHub)" <gi...@apache.org>.
acelyc111 commented on issue #1432:
URL: https://github.com/apache/incubator-pegasus/issues/1432#issuecomment-1549940381

   @shalk The new API would like this?
   ```
   public void createApp(String appName, long timeoutMs, boolean successIfExist) throws PException
   ```
   And the default replica count and partition count is configured on MetaServer?


-- 
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: dev-unsubscribe@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org