Sylvain Rabot
Sylvain Rabot
Signed-off-by: Sylvain Rabot
### Proposed change Networking is not cheap, it is the primary cause for latency in highly available setups. In a multi-site setup, network-induced latencies can drastically impact performances and overall...
Hello, I've a JetStream subscription bound to a consumer and on a periodic basis I unsubscribe, do a few things and re-subscribe. Sometimes the re-subscribe fails with `consumer is already...
### What motivated this proposal? In a relatively static NATS cluster, stream leaders wouldn't change if it weren't for node restarts or manual operations (such as `nats stream cluster step-down`)....
This allows to catch all NATS error client side with: ```go if errors.Is(err, nats.ErrNats) { ... } ```
I think it would be really helpful to have comments for each ConsumerConfig properties.
## What should haproxy do differently? Which functionality do you think we should add? It would be really nice if the prometheus endpoint would export metrics about the TLS version...
**Platform I'm building on:** We have made cilium 1.13 work with bottlerocket 1.16 but now with cilium 1.14 and bottlerocket 1.17 our nodes fail to become ready. **What I expected...
Hi, First thank you for litestream! I use it to backup sqlite3 databases for read only debug purposes. I don't know if it is even possible but it would be...