strimzi / metrics-reporter

Prometheus Metrics Reporter for Apache Kafka server and client compoenents
Apache License 2.0
4 stars 7 forks source link

Change port configuration to listener #16

Closed OwenCorrigan76 closed 6 months ago

OwenCorrigan76 commented 7 months ago

This PR deals with the issue: https://github.com/strimzi/metrics-reporter/issues/3

OwenCorrigan76 commented 7 months ago

@mimaison I implemented the changes around using native HttpServer.class methods.

mimaison commented 7 months ago

Can you resolve the conflict on src/test/java/io/strimzi/kafka/metrics/PrometheusMetricsReporterConfigTest.java?

Also the PR is still marked as draft, if it's ready for review, change its status. Thanks