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
Thanks for this useful project. I need to run an integration test from a kafka consumer which is deployed to a running docker container with arquillian. I have issues accessing the kafka-unit server which lives itself outside of the docker container (in localhost). The only way to get this work is to start the kafka server on the docker bridge interface as well as the consumer (in manual testing).
The text was updated successfully, but these errors were encountered:
Thanks for this useful project. I need to run an integration test from a kafka consumer which is deployed to a running docker container with arquillian. I have issues accessing the kafka-unit server which lives itself outside of the docker container (in localhost). The only way to get this work is to start the kafka server on the docker bridge interface as well as the consumer (in manual testing).
The text was updated successfully, but these errors were encountered: