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 2022/04/27 05:59:25 UTC

[GitHub] [skywalking] zhyyu opened a new issue, #8961: [Feature] add dynamic configuration mysql implementation

zhyyu opened a new issue, #8961:
URL: https://github.com/apache/skywalking/issues/8961

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   Some companies do not want to add additional dependency when they already have mysql. So adding dynamic configuration mysql implementation will reduce the complexity of deployment.
   
   ### Use case
   
   add dynamic configuration mysql implementation.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: notifications-unsubscribe@skywalking.apache.org.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8961:
URL: https://github.com/apache/skywalking/issues/8961#issuecomment-1110591805

   Are you proposing to use MySQL as the configuration center?


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8961:
URL: https://github.com/apache/skywalking/issues/8961#issuecomment-1110634963

   It seems strange to me. A single Zookeeper or etcd costs little, and very rare to see a company even doesn't have one of this.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] zhyyu commented on issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
zhyyu commented on issue #8961:
URL: https://github.com/apache/skywalking/issues/8961#issuecomment-1110649482

   > It seems strange to me. A single Zookeeper or etcd costs little, and very rare to see a company even doesn't have one of this.
   
   I used to use nacos to do that. But for high availability, It needs at least 3 nodes to do that and it wastes a lot of resources. Because the oap dynamic configuration number is small, and can config `period` to reduce the query qps, so I think can reuse existing mysql to do that.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8961:
URL: https://github.com/apache/skywalking/issues/8961#issuecomment-1110669989

   You could do that, but from my perspective, upstream is not going to accept this officially. We have a lot of options, and MySQL is not typical to do this.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng closed issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #8961: [Feature] add dynamic configuration mysql implementation
URL: https://github.com/apache/skywalking/issues/8961


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] zhyyu commented on issue #8961: [Feature] add dynamic configuration mysql implementation

Posted by GitBox <gi...@apache.org>.
zhyyu commented on issue #8961:
URL: https://github.com/apache/skywalking/issues/8961#issuecomment-1110613601

   > Are you proposing to use MySQL as the configuration center?
   
   Yes.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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