Hi, I’m using the JVM client, and I’ve created a index with a Projection, then I create a Persistent Subscription and subscribe to this index.
If I start one subscriber then the messages are counted OK, if I turn it Down, then send more messages, turn it up it, it catches up with the messages, but the Current counter does not increment, so, to be sure I started another subscriber and in fact it did not receive those messages not counted…So I don’t realize what is the meaning of these counters.
If I had two subscriber for the same subscription in round robin, as soon as messages start been dispatched, the divergence between Known and Current begins! really don’t understand what is actually happening