Replies: 1 comment
-
You need to create a new Producer with the mock bootstraps, and use that one instead of the one you initially created the mock cluster with. The topics arent being created and not seeded because the initial producer isnt connected yet (it is confusing to have to do this twice). |
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
-
Hello,
I am trying to use the mock for unit tests, but I can't seem to find any example on how to use it.
I have pieced the following from the doc, tests and various posts, but I cannot seem to make the consuming part work,
received_message
is empty.Is there an example somewhere that I could use as reference?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions