Ivan Kozlovic

Results 167 comments of Ivan Kozlovic

@peteychuk Unfortunately there is no tool (that I am aware of) to do that.

@PBug90 Since with latest releases there is a way to add/remove nodes with system admin messages, it may be a way to do that! Now, keep in mind that in...

@PBug90 There is no plan at the moment. Note that JetStream is our new persistence product, and that's where most of new dev will go, not to say that we...

This starts to come up more and more and we will be looking into it for sure! As you mentioned, NATS Streaming does not have a concept of message key,...

The client library internally creates a unique ID per message. This is used by the server to send an ack back to the client, and used by the client to...

@tylertreat That would not solve the problem that on recovery, the server would have to "load" either a NUID or something that can be used by the dedupe code at...

Existing data stores. If we put this value in the index file, then the structure changes and older version of NATS Streaming would fail to read it. If we have...

And even, we would need a tool to move say 0.5.0 data stores to say 0.6.0 so that the index files contain the new field. After that, servers prior to...

With max_inactivity, it is not surprising that if a channel is deleted, and later recreated, the sequence of the first message will start at 1. What it is surprising, is...

> I think the deliver all option is not expedient for me. Because not all of the services are managed by me. Furthermore I have to change them back... What...