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/04/06 13:10:53 UTC

[GitHub] [pulsar] mattisonchao opened a new issue, #15043: [WIP] Track the progress of PIP-149( Making the REST Admin API fully async )

mattisonchao opened a new issue, #15043:
URL: https://github.com/apache/pulsar/issues/15043

   ### Motivation
   
   This issue is used to track the progress of [PIP-149 Making the REST Admin API fully async](https://github.com/apache/pulsar/issues/14365).
   
   **We should check this PIP first to know our purpose and then push PR to refactor.**
   
   ### Progress
   
   #### BrokersBase.class
   - [ ] `getOwnedNamespaces`/`getAllDynamicConfigurations`/`getDynamicConfigurationName`
   - [ ] `getRuntimeConfiguration`/`getInternalConfigurationData`/`backlogQuotaCheck`
   #### ClustersBase.class
   - [ ]  `getClusters` /  `getCluster` /  `createCluster` / `updateCluster`
   - [ ] `setPeerClusterNames` / `getPeerCluster` / `deleteCluster`
   - [ ] `getNamespaceIsolationPolicies` / `getNamespaceIsolationPolicy` / `getBrokersWithNamespaceIsolationPolicy`
   - [ ] `getBrokerWithNamespaceIsolationPolicy` / `setNamespaceIsolationPolicy`
   - [ ] `filterAndUnloadMatchedNameSpaces` / `unloadMatchedNamespacesList`
   - [ ] `deleteNamespaceIsolationPolicy` /  `setFailureDomain` / `getFailureDomains`
   - [ ] `getDomain`/ `deleteFailureDomain` 
   
   
   


-- 
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] leizhiyuan commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   > `setSubscriptionDispatchRate / getSubscriptionDispatchRate / deleteSubscriptionDispatchRate` this task has been completed, and review request has been launched. @Technoboy- @leizhiyuan @zqcece
   > 
   > Please @leizhiyuan @zqcece help to complete the following tasks:
   > 
   > * splitNamespaceBundle / getTopicHashPositions / setPublishRate
   > * removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate
   
   ok
   
   I will work for splitNamespaceBundle / getTopicHashPositions / setPublishRate
   


-- 
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] Technoboy- commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   > 我可以帮助完成 removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate @leizhiyuan @Technoboy- @gaoyanliang
   
   you can choose one that is not assigned.


-- 
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] leizhiyuan commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   > > `setSubscriptionDispatchRate / getSubscriptionDispatchRate / deleteSubscriptionDispatchRate` this task has been completed, and review request has been launched. @Technoboy- @leizhiyuan @zqcece
   > > Please @leizhiyuan @zqcece help to complete the following tasks:
   > > 
   > > * splitNamespaceBundle / getTopicHashPositions / setPublishRate
   > > * removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate
   > 
   > thx~ i will work for removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate
   
   setPublishRate is same with these work, you can do it together


-- 
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] gaoyanliang commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   This task will be completed soon and a review will be launched.  maybe you can help for 
   <img width="842" alt="image" src="https://user-images.githubusercontent.com/33021341/171348930-f58a2972-cfce-425d-8117-ec6bf984a3a1.png">
   


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


Re: [I] [WIP] Track the progress of PIP-149-Making the REST Admin API fully async [pulsar]

Posted by "Technoboy- (via GitHub)" <gi...@apache.org>.
Technoboy- commented on issue #15043:
URL: https://github.com/apache/pulsar/issues/15043#issuecomment-1868670245

   Close as we have done all these trackings


-- 
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] gaoyanliang commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   `setSubscriptionDispatchRate / getSubscriptionDispatchRate / deleteSubscriptionDispatchRate`  this task has been completed, and review request has been launched.  @Technoboy-  @leizhiyuan  @zqcece 
   
   Please @leizhiyuan @zqcece  help to complete the following tasks:
   
   - splitNamespaceBundle / getTopicHashPositions / setPublishRate
   - removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate


-- 
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] gaoyanliang commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   I'll take care of (Namespaces - deleteSubscribeRate / setSubscribeRate / getSubscribeRate), please assign to me


-- 
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] leizhiyuan commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   @gaoyanliang 
   
   maybe I can help for 
   
   ```
   setSubscriptionDispatchRate / getSubscriptionDispatchRate / deleteSubscriptionDispatchRate @gaoyanliang
   ```
   


-- 
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] gaoyanliang commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   <img width="862" alt="image" src="https://user-images.githubusercontent.com/33021341/170919640-e0b89633-9c10-4765-89e5-b480094f597c.png">
   
   please assign these tasks to me .


-- 
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] zqcece commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   > `setSubscriptionDispatchRate / getSubscriptionDispatchRate / deleteSubscriptionDispatchRate` this task has been completed, and review request has been launched. @Technoboy- @leizhiyuan @zqcece
   > 
   > Please @leizhiyuan @zqcece help to complete the following tasks:
   > 
   > * splitNamespaceBundle / getTopicHashPositions / setPublishRate
   > * removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate
   
   thx~ i will work for removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate


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


Re: [I] [WIP] Track the progress of PIP-149-Making the REST Admin API fully async [pulsar]

Posted by "Technoboy- (via GitHub)" <gi...@apache.org>.
Technoboy- closed issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async
URL: https://github.com/apache/pulsar/issues/15043


-- 
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] zqcece commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

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

   我可以帮助完成 removePublishRate / getPublishRate / getDispatchRate / setDispatchRate / deleteDispatchRate @leizhiyuan @Technoboy- @gaoyanliang 


-- 
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] github-actions[bot] commented on issue #15043: [WIP] Track the progress of PIP-149-Making the REST Admin API fully async

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15043:
URL: https://github.com/apache/pulsar/issues/15043#issuecomment-1200608364

   The issue had no activity for 30 days, mark with Stale label.


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