Skip to content

Releases: linkedin/kafka-monitor

Custom Topic Creation leveraging Xinfra Monitor TopicFactory

27 May 17:43
2ae902a
Compare
Choose a tag to compare

Use createTopicIfNotExist instead of AdminClient (#248)

  1. Use createTopicIfNotExist instead of AdminClient
  2. connects the _topicFactory interface’s createTopicIfNotExist.

`MulticlustertopicmanagementService` should block until topic creation.

26 May 23:54
ffa7d59
Compare
Choose a tag to compare
  1. Addition of KMF/services/MultiClusterTopicManagementServiceTest.java
  2. Add topic log in consume produce service (#247)
  3. MulticlustertopicmanagementService should block until topic creation
    2.1.7...master

Wait and Block Until CreateTopicsResult Future is complete

15 May 21:19
d10f7df
Compare
Choose a tag to compare

Wait and Block Until CreateTopicsResult Future is complete

Fix NoSuchFieldError DEFAULT_SSL_PRINCIPAL_MAPPING_RULES (#239)

07 May 00:20
cd35295
Compare
Choose a tag to compare

Fix NoSuchFieldError DEFAULT_SSL_PRINCIPAL_MAPPING_RULES (#239)

MetricValue casted double to avoid deprecated APIs

07 Apr 23:05
27592e0
Compare
Choose a tag to compare

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

22 Mar 22:19
138fe46
Compare
Choose a tag to compare

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

06 Mar 20:48
14aa285
Compare
Choose a tag to compare

Consumer Offset Commit Latency Service & Reporting

KMF Services Sensor Attribute commit-availability-service

03 Mar 01:13
9f1e4bf
Compare
Choose a tag to compare

KMF Services Sensor Attribute commit-availability-service

Expose offsets-committed-avg in SingleClusterMonitor

02 Mar 20:25
e8a4208
Compare
Choose a tag to compare

Expose offsets-committed-avg in SingleClusterMonitor

Simplifications of CompletableFuture + Ensuring MultiClusterTopicManagementService performs the topic partitions operations first.

21 Feb 19:20
204da08
Compare
Choose a tag to compare

Simplifications of CompletableFuture + Ensuring MultiClusterTopicManagementService performs the topic partitions operations first.
bump up kafka-clients version. (#209)
correct name for offline-runnable-count (#211)
Linkedin's Xinfra Rebranding (#208)

#214