watermill
watermill copied to clipboard
Add context propogation to subscribers for local pub-sub
trafficstars
Solves Issue - https://github.com/ThreeDotsLabs/watermill/issues/464
Update 1 -
Have not added extra variables in Message struct, because the Message struct is used by every publisher-subscriber
Update 2 - Couldn't test the func - TestMessageCtx in test_pubsub.go It's mentioned that "ExactlyOnceDelivery test is not supported yet"