Ivan Kozlovic

Results 332 comments of Ivan Kozlovic

> Would it be possible to set a default maxPubAcksInFlight and MaxInFlight to 1, enabling these options for all connections until explicitely overwritten? I have to be honest, this is...

@julienvincent Still no ETA at the moment unfortunately.

@ihippik Could you give more details? How do you start the server and what do options do you use to connect? A "connect request timeout" is generally more indicative of...

@Julienhardis > retry to execute a agent which has stopped unfortunatly, we can't because the clientid already exists for the nats streaming service. If a streaming client is stopped (without...

If your client is "down" but the library is still running, especially the thread that replies to heartbeat from the server, then yes, you won't be able to restart any...

@vanya2143 Streaming server and clients must be able to subscribe/publish on _INBOX.> since they are used to communicate. You can use leaf nodes to isolate a streaming server and its...

@costa Not sure if you are aware, but we are working on another streaming product, called JetStream that is core of the NATS Server and therefore is accessed through normal...

Currently, the only configuration option is really the number of entries in the raft.log that is left even when a compact occurs. That is, the compaction of the raft.log will...

This file contains the RAFT log entries and is not in readable format. That being said, the code that read/writes this file is in `server/raft.log` which uses boltdb as the...

> Do we have an api to lock/unlock on particular subject with lock name, so that we can block other consumers based on the lock name. No, there is no...