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
Recently PR #77 was added that allows passing headers to the context emit method. The same needs to be done for the Tester.Consume(...) method. In order to write unit tests that can properly test processors that utilize headers in the handling of a message, the tester interface needs to accept and pass headers to processors.
The text was updated successfully, but these errors were encountered:
Recently PR #77 was added that allows passing headers to the context emit method. The same needs to be done for the Tester.Consume(...) method. In order to write unit tests that can properly test processors that utilize headers in the handling of a message, the tester interface needs to accept and pass headers to processors.
The text was updated successfully, but these errors were encountered: