Bin Wang
Bin Wang
But here is another question. I don't know the ability of the backend Redis. So I think it is better to set a capability for RedisClientActor, when its pending messages...
Thanks, I'll have a look at it.
Is it possible to add a capability for the rediscommands queue?
Is there any update on this? It has been more than half a year for such an important feature.
I've published my own builds to maven central if anyone want to use it: https://search.maven.org/search?q=g:me.binwang.streamz . Source code is here: https://github.com/wb14123/streamz . It's really easy to publish to maven central...
I have a similar issue for Surface Pro 4. After the OS is resumed from sleep, the ipts doesn't work at all. Even after multiple reboot or even reinstall the...
Hmm actually I observed pod is scheduled to different nodes from time to time. Maybe that's the reason. I'll try to fix it and report back.
Fixed the issue. Now I don't see pod drift to different nodes anymore. But still see multiple primaries. I can see there are even 3 primaries in a new test....
Reading the doc again seems I need to turn on `synchronous_mode`? Let me test with it turned on
I updated the config [here](https://github.com/wb14123/patroni/blob/5ea853ef43770bc0452055753124b53776c1b4b9/kubernetes/entrypoint.sh#L14) and retested. Confirmed the config is effective: ``` postgres@patronidemo-0:~$ patronictl show-config postgresql: pg_hba: - host all all 0.0.0.0/0 md5 - host replication standby 10.42.0.26/16 md5...