Releases: linkedin/kafka-monitor
Releases · linkedin/kafka-monitor
Custom Topic Creation leveraging Xinfra Monitor TopicFactory
Use createTopicIfNotExist
instead of AdminClient (#248)
- Use createTopicIfNotExist instead of AdminClient
- connects the _topicFactory interface’s createTopicIfNotExist.
`MulticlustertopicmanagementService` should block until topic creation.
- Addition of KMF/services/
MultiClusterTopicManagementServiceTest
.java - Add topic log in consume produce service (#247)
MulticlustertopicmanagementService
should block until topic creation
2.1.7...master
Wait and Block Until CreateTopicsResult Future is complete
Wait and Block Until CreateTopicsResult Future is complete
Fix NoSuchFieldError DEFAULT_SSL_PRINCIPAL_MAPPING_RULES (#239)
Fix NoSuchFieldError DEFAULT_SSL_PRINCIPAL_MAPPING_RULES (#239)
MetricValue casted double to avoid deprecated APIs
MetricValue casted to double to avoid deprecated APIs.
double recordsDelayedRate = (double) metrics.metrics().get(metrics.metricName("records-delayed-rate", METRIC_GROUP_NAME, tags)).metricValue();
Consumer Offset Commit Latency Service Metric Exporting Configs
This release includes the Consumer Offset Commit Latency Service Metric Exporting Configs
in the properties as well as the SingleClusterMonitor
Consumer Offset Commit Latency Service & Reporting
Consumer Offset Commit Latency Service & Reporting
KMF Services Sensor Attribute commit-availability-service
KMF Services Sensor Attribute commit-availability-service
Expose offsets-committed-avg in SingleClusterMonitor
Expose offsets-committed-avg in SingleClusterMonitor