I have multiple microservice (spring boot), and some of them communicate with other by using kafka message.
When I want to test kafka consumer on service 1 (check is that kafka can receive message from other), I need to start docker for service 1, then start docker for service 2 and then debug to service 2 with some change to test.
Is it able to send kafka to service 1 (run on docker) without start service 2? How can do it. Thanks