Closed olpie101 closed 1 year ago
The ensureStream method of the JetStream driver returns a misleading error when the stream configuration is not as expected. It returns the ErrConsumerExists error instead of ErrStreamExists source
ensureStream
ErrConsumerExists
ErrStreamExists
I would be happy to create PR.
Nice catch, will merge your PR if you want to fix this!
The
ensureStream
method of the JetStream driver returns a misleading error when the stream configuration is not as expected. It returns theErrConsumerExists
error instead ofErrStreamExists
sourceI would be happy to create PR.