-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plug-in plug-in abstraction for configured caches #1311
Comments
Plug-in plug-in abstraction for configured cachesnacos/client/src/main/java/com/alibaba/nacos/client/config/impl/LocalConfigInfoProcessor.java Line 37 in 54d58b9
Whether it can provide an abstraction for the configuration cache or redundancy to improve the high availability of storage, more convenient implementation or multiple implementations, while supporting plug-in use of some storage plug-ins |
my case is my app run in k8s, so local cache is unavailable and i think use common storage volume is difficult; so i want have a hook, i can make cache my config is easy in this hook (such as: cache config to k8s configMap or mongo) |
Ill be honest with you all. I have no idea what im doing. I can not figure out this coding stuff to save me. But im trying. Anyone wanna take over?. |
It should be in english. I havent changed the language |
nacos/client/src/main/java/com/alibaba/nacos/client/config/impl/LocalConfigInfoProcessor.java
Line 37 in 54d58b9
是否可对配置的缓存或者是说冗余提高高可用的储存提供一种抽象,方便更多的实现或者说是多种实现,同时可以支持插件式的使用某些储存插件
The text was updated successfully, but these errors were encountered: