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
I'm trying to use micronaut test resources, and have managed to spin up a Kafka Container and have it connect into my application. However, my logs are spamming errors that the topics I want are created. With a normal TestContainers approach, I would just create beans or something that would take a list of topic names and create them.
Feature description
Hi,
I'm trying to use micronaut test resources, and have managed to spin up a Kafka Container and have it connect into my application. However, my logs are spamming errors that the topics I want are created. With a normal TestContainers approach, I would just create beans or something that would take a list of topic names and create them.
There is almost no documentation here about configuration, so if this feature is already available it isn't very clear: https://micronaut-projects.github.io/micronaut-test-resources/latest/guide/#modules-kafka
What would be good is if it were possible to configure the Test Resources to configure the Kafka broker, ie:
The text was updated successfully, but these errors were encountered: