You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the "revision" memaning is the same as the NATS client one (that is in fact an uint64 representing the seq number). To get that value, NUI is using the standard KV Api of jetstream here. What are you expecting instead as "revision"?
In UI I see that revision field show sequential number of message in a stream across all keys in KV. Meanwhile, revision of the key is sequential version number of the same key. I'll prepare some MRE in Golang, if mistake isn't on my side.
NUI returns message stream sequence number as key revision number, what can confuse an end user. This value is useful, but it's called wrong name.
The text was updated successfully, but these errors were encountered: