Ivan Kozlovic
Ivan Kozlovic
I did again a quick dirty hack where I snapshot every second, and that helps a lot... again, need to think more about this and try few things.
@wutkemtt Do you know if the time taken was recovering the RAFT log or did it have to do with DB access? For the RAFT log, unfortunately, I am not...
@vtolstov This is something similar to what has been asked in #705. At this time, we don't have plan to add this to NATS Streaming. We are working on a...
I tried locally on my macOS where I am working on the server in VsCode and the `-f` would then make it fail because with `-f` it would list all...
Redeliveries do not honor maxInflight for the reason that if the server sends messages up to MaxInflight but the client does not ack them or simply missed them, then the...
@sujeshthekkepatt You can connect your streaming clients the same way you would connect core NATS clients, and the streaming server can have the equivalent of a NATS Server 2.0 configuration....
We will continue support for NATS Streaming, but all the features that are specific to NATS 2.0 that are available to NATS Streaming are unlikely to be "ported" since JetStream...
I am sorry I did not have the time to reproduce. Maybe tomorrow. What I don't understand is how you determine that the cluster is healthy? Meaning that if an...
We need to find out if the Streaming server is really falling behind when processing this influx of messages. My point was that it does not matter if application A...
@renanberto Sorry, I have been very busy.. As stated before, make sure that the issue is not in the client, make sure to use master (including this fix: https://github.com/nats-io/stan.go/commit/cd988d9d12268734690970a1899c2a3329a0f811). If...