Spring Boot | Problem with Kafka Customer Integration Test with TestContainer
I have a problem while testing integration of a Kafka consumer with kafkaContainer.
In practice, when I send the message with the template, the consumer is not invoked.
Can you help me?