-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directives body opt #189
base: master
Are you sure you want to change the base?
Directives body opt #189
Conversation
Note: currently this is on top of |
I'd like to also add in In order to achieve this the |
e60a4b7
to
985c0a2
Compare
Op-rabbit already supports the
Also, op-rabbit has support for publishing failed items to an error queue, I believe, isn't this one of the strategies? Maybe this would be a way to handle failed parsing? |
would make the library user a bit happier because:
|
I am also interested in this feature |
Problem:
The app should be signaled somehow by op-rabbit about an unparsable item delivered by RabbitMQ in order to take specific actions.(e.g. raise specific service logs, increment specific stats etc..)
Solution:
To address this case we'd need a new directive in order to signal in invalid message(i.e. unparsable message) to the client code: