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
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
It is a bit difficult to create a consumer.Message or producer.Message the first time when testing our handlers. It would be nice if we could have some kind of helper method to do that.
It is a bit difficult to create a
consumer.Message
orproducer.Message
the first time when testing our handlers. It would be nice if we could have some kind of helper method to do that.Currently, we need to do something like this:
This is not a lot of lines but I had to browse the source code and deal with a panic (the nil headers) to be able to write them.
The text was updated successfully, but these errors were encountered: