You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/22 09:34:07 UTC

[GitHub] [skywalking] kezhenxu94 commented on issue #6419: Can apollo's configuration center use the server push method instead of the thread pool pull method?

kezhenxu94 commented on issue #6419:
URL: https://github.com/apache/skywalking/issues/6419#issuecomment-783235411


   > Can we try to use server notify (if supported by the configuration center) to dynamically update the configuration?
   
   Yes, we use this method in other config centers implementations such as etcd, nacos, but it still needs schedule task in API level, if you want to remove the scheduled task in API level,
   
   
   https://github.com/apache/skywalking/blob/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/oap-server/server-configuration/configuration-api/src/main/java/org/apache/skywalking/oap/server/configuration/api/ConfigWatcherRegister.java#L70-L75
   
   that may need more evaluation from the PMC 
   


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