kafka-service VS kafka-avro-without-registry

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

kafka-service

JMS Service is a utility for testing JMS based backends by simply using HTTP Endpoints. Currently supported backends are Kafka and RabbitMQ (by fauxauldrich)

kafka-avro-without-registry

Test Spring Kafka application (using Avro as a serialization mechanism) without the need for Confluent Schema Registry (by ivlahek)
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-service kafka-avro-without-registry
4 1
7 24
- -
0.0 1.5
about 1 year ago about 1 year ago
Java Java
MIT License -
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-service

Posts with mentions or reviews of kafka-service. We have used some of these posts to build our list of alternatives and similar projects.

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.

What are some alternatives?

When comparing kafka-service and kafka-avro-without-registry you can also consider the following projects:

debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

schema-registry - Confluent Schema Registry for Kafka

kafka-connect-file-pulse - 🔗 A multipurpose Kafka Connect connector that makes it easy to parse, transform and stream any file, in any format, into Apache Kafka

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

java-kafka-client - OpenTracing Instrumentation for Apache Kafka Client

wafka - Apache Kafka API exposed through WebSocket and REST protocols

kafka-java-spring-boot-poc - Kafka integration with Java Spring-boot with one application serving as a producer and the other consuming the messages

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