CECTC / dbpack

A db proxy for distributed transaction, read write splitting and sharding! Support any language! It can be deployed as a sidecar in a pod.
https://cectc.github.io/dbpack-doc/#/en-us/
Apache License 2.0
356 stars 46 forks source link

feature: support read config from etcd #117

Open dk-lockdown opened 2 years ago

dk-lockdown commented 2 years ago

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

watch config key in etcd for dynamic update.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

bohehe commented 2 years ago

I'm interested in this issue and want to help, but I'm not sure what is the purpose of this issue. Can you please explain more details regarding watch config key in etcd for dynamic update. ? Thanks.

dk-lockdown commented 2 years ago

The config file was refactored before, now with appid as the base unit, watch ${appid}/listeners${appid}/executors${appid}/datasources

zeina1i commented 1 year ago

Hey @dk-lockdown I'm interested in implementing this :) If possible assign it to me