-
Notifications
You must be signed in to change notification settings - Fork 333
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
多节点ApiConfig同步问题 #29
Comments
使用多层cache,目前我们是放在redis中 springcache |
我将ApiConfig放在redis中,读取时候报错,extends Observable ,但是Observable没有序列化 |
其实目前没有好的办法,我们之前使用memcache作为监听也出现了不能序列化的问题 因此需要手动实现Serializable接口,但是对于具体的client其实此时已经可能在反序列化已经失败。
|
我是改了下源码,增加了一个继承自 |
我的服务需要部署多个节点,但是多个节点就会产生ApiConfig不一致的情况,会使之前获取的token失效,这种情况应该怎么处理
The text was updated successfully, but these errors were encountered: