Publish outbox metrics ? #675
ironhide0396
started this conversation in
Ideas
Replies: 2 comments
-
Or do you believe that overriding the listeners are enough for every consumer of this library ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wonder whether this is an extra method in the listener, e.g Fired when sequential processing is used or execution is rejected by the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While the library aims to process the outbox entry immediately, in case of certain heavy writes and sequencing involved, we can get into a condition where it is not necessary that the node which published the event will be the same one processing it.
It would be wise to publish metrics from the library in such cases so that in case of extreme writes, an end user can be alerted and maybe spawn up a few more replicas to process the load and drain the outbox.
If this sounds something useful, I can chalk out an PR.
Beta Was this translation helpful? Give feedback.
All reactions