You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/06/08 07:59:44 UTC

[GitHub] [rocketmq-client-go] wenfengwang opened a new issue #678: [Master] Delaying goroutine creation of Statistic

wenfengwang opened a new issue #678:
URL: https://github.com/apache/rocketmq-client-go/issues/678


   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   Delaying goroutine creation of Statistic 
   
   2. Provide any additional detail on your proposed use case for this feature.
   in the current version, the `statistics.newStatsItemSet()` will call `init()` method to create all scheduled tasks, total will create 30 goroutines. for one project that just imports the go SDK, but not create a consumer instance immediately, it is a heavy cost
   
   3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   should-have
   
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   none
   


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

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



[GitHub] [rocketmq-client-go] duhenglucky closed issue #678: [Master] Delaying goroutine creation of Statistic

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #678:
URL: https://github.com/apache/rocketmq-client-go/issues/678


   


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

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