xiaolin
xiaolin
有个问题咨询下,看起来您这种改动Init channel 时使用的API是, ``` int Init(const char* server_addr_and_port, const ChannelOptions* options); // www.foo.com:8080 ``` 想问下,您测试过failover情况吗,比如一个pod(deployment或者statefulset controller) 被kill -9 (或者delete pod --force, 非graceful shutdown), 这个时候新拉起的pod IP变了。 我之前的测试情况,用这个channel Init API 并不会把hostname解析成新的pod IP,因而新的RPC...
@gulu-goolu PTAL https://github.com/baidu/braft/pull/419
emm..It work indeed in the browser. I find the session info store in browser cookies. I want to use terminal command in my case, so I need a pure memory...
> If you also want memory storage on the client side you can simulate it by saving the received cookies for the first curl command with something like: `curl -c...