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
For eg dummy broker can call receiver methods with the event class instead of printing.
There's a gap in being able to test pipeline end-to-end by calling bus.send(myevent) and checking if consumer got it.
There might need to be a way to specify a list of specific consumer that i want to run, instead of all in a sequential list.
The text was updated successfully, but these errors were encountered:
sidmitra
changed the title
Allow for end-to-end testing without kafka
Allow for end-to-end testing offline(without kafka locally)
Dec 13, 2023
For eg dummy broker can call receiver methods with the event class instead of printing.
There's a gap in being able to test pipeline end-to-end by calling
bus.send(myevent)
and checking if consumer got it.There might need to be a way to specify a list of specific consumer that i want to run, instead of all in a sequential list.
The text was updated successfully, but these errors were encountered: