strimzi / metrics-reporter

Prometheus Metrics Reporter for Apache Kafka server and client components
Apache License 2.0
5 stars 10 forks source link

Add integration tests #56

Closed mimaison closed 2 weeks ago

mimaison commented 3 weeks ago

As we're planning on adding feature like reconfiguration support, it's important to do some integration tests in addition of the unit tests to ensure the plugin behaves correctly.

mimaison commented 2 weeks ago

I'll close this issue as done in #57. #57 covered the broker. I'll create new tickets for covering the Producer, Consumer, Admin, Connect and Streams.