kafka-avro-without-registry VS java-kafka-client

Compare kafka-avro-without-registry vs java-kafka-client and see what are their differences.

kafka-avro-without-registry

Test Spring Kafka application (using Avro as a serialization mechanism) without the need for Confluent Schema Registry (by ivlahek)

java-kafka-client

OpenTracing Instrumentation for Apache Kafka Client (by opentracing-contrib)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kafka-avro-without-registry java-kafka-client
1 1
24 124
- -0.8%
1.5 0.0
about 1 year ago 8 months ago
Java Java
- 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-avro-without-registry

Posts with mentions or reviews of kafka-avro-without-registry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-22.
  • Testing a Kafka consumer with Avro schema messages in your Spring Boot application with Testcontainers
    3 projects | dev.to | 22 Feb 2022
    When you check on the internet for testing in the context of Spring Boot Kafka consumer and Avro schema, you find quite a few variants: using the MockSchemaRegistryClient, or writing your own custom Avro de-/serializers, or setting up a Testcontainers ecosystem with a Kafka, a Zookeeper and a Confluent Schema Registry, or using the EmbeddedKafka provided by Spring in the spring-kafka-test dependency.

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-avro-without-registry and java-kafka-client you can also consider the following projects:

schema-registry - Confluent Schema Registry for Kafka

kafka-lag-exporter - Monitor Kafka Consumer Group Latency with Kafka Lag Exporter

kafka-consumer-testing - demo application for testing a Kafka consumer with Avro message schema with Testcontainers using Kafka with embedded Zookeeper and no Schema Registry container

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

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/

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

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

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

Url-shortener - Implementation of url shortener using Kafka Streams and CQRS pattern

kafka-connect-client - Java client library for Apache Kafka Connect REST Interface

Apache Kafka - Mirror of Apache Kafka