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
In nats-server version 2.11.2, it appears that creating a stream using mostly wildcards in the subjects field raises an error saying: nats: error: could not create Stream: subjects overlap with an existing stream (10065).
I've observed that if the first 2 tokens are wildcards. the stream creation will always fail.
Here is a screenshot of using the cli to replicate the issue.
This is a valid stream being created with the same pattern.
Expected behavior
A valid stream for subjects with wildcards appearing for the first 3+ tokens is created.
This should be valid.
Server and client version
nats-server version = 2.11.2
nats cli version = 0.1.5