SaaSHub helps you find the best software and product alternatives Learn more →
Schema-registry Alternatives
Similar projects and alternatives to schema-registry
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
schema-registry-gitops
Manage Confluent Schema Registry subjects through Infrastructure as code
-
rust-rdkafka
A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka
-
-
ksqlDB-GraphQL-poc
A fairly simple setup to show how ksqlDB can be used with GraphQL.
-
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
kafka-avro-without-registry
Test Spring Kafka application (using Avro as a serialization mechanism) without the need for Confluent Schema Registry
-
-
-
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
-
-
-
schema_registry_converter
A crate to convert bytes to something more useable and the other way around in a way Compatible with the Confluent Schema Registry. Supporting Avro, Protobuf, Json schema, and both async and blocking.
-
-
kafka-connect-quickstart
Example project to play around with Apache Kafka Connect. There are examples to develop and deploy Kafka Connect plugins (connectors, transforms, etc.) from a Java Maven project.
-
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
-
schema_registry_test_app
Java Application that consumes different types of messages supported by Schema Registry, and produces a similar kind to the same topic.
-
obm_confluent_blog
Open Bank Mark as will be used for the Confluent Blog, with ssl and multiple types in the same topic.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
schema-registry reviews and mentions
-
Testing a Kafka consumer with Avro schema messages in your Spring Boot application with Testcontainers
So that means we can configure the Kafka producer and consumer with an imaginary schema registry url, that only needs to start with “mock://” and you automatically get to work with the MockSchemaRegistryClient. This way you don't need to explicitly initiate the MockSchemaRegistryClient and configure everything accordingly. That also eradicates the need for the Confluent Schema Registry Container. Running the Kafka Testcontainer with the embedded Zookeeper, we no longer need an extra Zookeeper container and we are down to one Testcontainer for the messaging. This way I ended up with only two Testcontainers: Kafka and the database.
-
confluent Schema Registry and Rust
Confluent is a company founded by the creators of Apache Kafka. They are providing the Confluent Platform which consists of several components, all based on Kafka. The license for these components vary. The Schema Registry has the community-license, which basically means it's free to use as long as you don't offer the Schema Registry itself as a SaaS solution. The source code can be found on Github.
-
An Overview About the Different Kafka Connect Plugins
Schema Registry from Confluent (GitHub) => http://localhost:8081/
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5919ade8>
www.saashub.com | 27 Jan 2023
Stats
confluentinc/schema-registry is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Popular Comparisons
- schema-registry VS kafka-ui
- schema-registry VS schema-registry-gitops
- schema-registry VS kafdrop
- schema-registry VS rust-rdkafka
- schema-registry VS Protobuf
- schema-registry VS ksqlDB-GraphQL-poc
- schema-registry VS logos
- schema-registry VS kafka-avro-without-registry
- schema-registry VS kafka-rest
- schema-registry VS kafka-connect-ui