kafka-lag-exporter VS java-kafka-client

Compare kafka-lag-exporter vs java-kafka-client and see what are their differences.

kafka-lag-exporter

Monitor Kafka Consumer Group Latency with Kafka Lag Exporter (by seglo)

java-kafka-client

OpenTracing Instrumentation for Apache Kafka Client (by opentracing-contrib)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
kafka-lag-exporter java-kafka-client
2 1
633 124
- -0.8%
0.0 0.0
about 2 months ago 8 months ago
Scala Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kafka-lag-exporter

Posts with mentions or reviews of kafka-lag-exporter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-27.
  • What kind of monitoring tools are people using for their Kafka Deployment?
    9 projects | /r/apachekafka | 27 Jan 2022
    - https://github.com/prometheus/jmx_exporter - https://github.com/lightbend/kafka-lag-exporter (Export Kafka Topics Lag Metrics) - https://github.com/danielqsj/kafka_exporter (Export Kafka Metrics) - https://github.com/obsidiandynamics/kafdrop (Topic Administration tool - create/edit/delete topics & view messages)
  • Some cool features you may don’t know about Apache Kafka
    4 projects | dev.to | 18 Jun 2021
    Kafka Lag Exporter is not part of the Apache Kafka project nor the Confluent Platform. It’s an open-source project under Apache-2.0 License to export Consumer Lag with reporters like Prometheus, Graphite, or InfluxDB. Kafka Lag Exporter enables to monitor Consumer Lag but it also allows to estimate the Time Lag. This metric shows how far a Consumer group is behind the last produced record in terms of time. It shows the actual latency of a consumer application. For more information about this estimation, you can read the chapter of the documentation Estimate Consumer Group Time Lag

java-kafka-client

Posts with mentions or reviews of java-kafka-client. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-18.
  • Some cool features you may don’t know about Apache Kafka
    4 projects | dev.to | 18 Jun 2021
    This is particularly useful if you use Apache Kafka in a microservices architecture and you want to add tracing supervision. For example, using OpenTracing you can take a look at opentracing-contrib/java-kafka-client that provides TracingProducerInterceptor and TracingConsumerInterceptor. Those interceptors inject and retrieve span context from record headers.

What are some alternatives?

When comparing kafka-lag-exporter and java-kafka-client you can also consider the following projects:

kafka_exporter - Kafka exporter for Prometheus

kafka-streams-course - Learn Kafka Streams with several examples!

akhq - Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...

demo-scene - 👾Scripts and samples to support Confluent Demos and Talks. ⚠️Might be rough around the edges ;-) 👉For automated tutorials and QA'd code, see https://github.com/confluentinc/examples/

Telegraf - The plugin-driven server agent for collecting & reporting metrics.

kafka-service - JMS Service is a utility for testing JMS based backends by simply using HTTP Endpoints. Currently supported backends are Kafka and RabbitMQ

jmx_exporter - A process for exposing JMX Beans via HTTP for Prometheus consumption

kpow-streams-agent - Monitor Kafka Streams applications with Kpow

sample-spring-kafka-microservices - Example microservices showing how to use Kafka and Kafka Streams with Spring Boot on the example of distributed transactions implementations with the SAGA pattern

Apache Kafka - Mirror of Apache Kafka

kafka-streams-cassandra-state-store - 'Drop-in' Kafka Streams State Store implementation that persists data to Apache Cassandra / ScyllaDB