Pawel Szymczyk
Pawel Szymczyk
https://github.com/testcontainers/testcontainers-java
``` ~/D/r/embedded-consul (master=) ./gradlew clean build > Task :groovydoc Trying to override old definition of task fileScanner > Task :test ==> Error starting agent: Failed to start Consul server: Failed...
We can add some configuration property which would tell ConsulStarter to clean old files: - before run new instance - after tests or sth like that
Solves https://github.com/micronaut-projects/micronaut-kafka/issues/750
**Feature request** I would like to monitor my Kafka Streams application state without without extra programming effort. **Rationale** Monitoring Kafka Streams application state is one of the basis metrics for...