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
Hi,
first of all let me thank you for this great library.
I am not sure if this is a bug or feature request, but I would expect this plugin to work like a drop in replacement for built in nestjs transport module, so I have classified this as a bug:
Nestjs supports multiple formats for MessagePattern. It can be object like { cmd: "sum" }, or a string pattern similarly to EventPatterns order.sum. While this works with builtin TCP or NATS transports, it does not with the JetStream transport from this repository.
Are you aware of it, was it intentional or you have never ever used string patterns so you could never know about that?
Thanks for the answer.
The text was updated successfully, but these errors were encountered:
Hi,
first of all let me thank you for this great library.
I am not sure if this is a bug or feature request, but I would expect this plugin to work like a drop in replacement for built in nestjs transport module, so I have classified this as a bug:
Nestjs supports multiple formats for MessagePattern. It can be object like
{ cmd: "sum" }
, or a string pattern similarly to EventPatternsorder.sum
. While this works with builtin TCP or NATS transports, it does not with the JetStream transport from this repository.Are you aware of it, was it intentional or you have never ever used string patterns so you could never know about that?
Thanks for the answer.
The text was updated successfully, but these errors were encountered: