avro-kafka
There are 73 repositories under avro-kafka topic.
LearningJournal/Kafka-Streams-Real-time-Stream-Processing
This is the central repository for all materials related to Kafka Streams : Real-time Stream Processing! Book by Prashant Pandey.
ImFlog/schema-registry-plugin
Gradle plugin to interact with Confluent Schema-Registry.
LearningJournal/Apache-Kafka-For-Absolute-Beginners
This is the central repository for all the materials related to Apache Kafka For Absolute Beginners Course by Prashant Pandey.
perkss/clojure-kafka-examples
Clojure examples for Kafka and Kafka Streams (JAVA Interop)
beam-community/avro_ex
An Avro Library that emphasizes testability and ease of use.
openweb-nl/kafka-graphql-examples
A platform to test solutions for using Kafka with Graphql
azhur/kafka-serde-scala
Implicitly converts typeclass encoders to kafka Serializer, Deserializer, Serde.
andrewinci/insulator2
A client UI to inspect Kafka topics, consume, produce and much more.
pavankjadda/KafkaStream-CQRS-EventSourcing
Event Sourcing(CQRS) and Materialized views with Kafka Streams
bengabp/dexscreener
Decrypting dexscreener avro data
DhiaTN/confluent-avro-py
An Avro SerDe implementation that integrates with the confluent schema registry and serializes and deserializes data according to the defined confluent wire format
wuyichen24/kafka-definitive-guide
The sample code the book "Kafka: The Definitive Guide (Gwen Shapira, Neha Narkhede, and Todd Palino)" and the personal study note of Apache Kafka.
rrohitramsen/firehose
Firehose - Spark streaming 2.2 + Kafka 0.8_2
ashutoshsahoo/distributed-transactions-kafka
Distributed Transactions in Microservices with Kafka Streams and Spring Boot
j3-signalroom/apache_flink-kickstarter
Examples of Apache FlinkĀ® applications showcasing the DataStream API, Table API in Java and Python, and Flink SQL, featuring AWS, GitHub, Terraform, Streamlit, and Apache Iceberg.
VictorGil/transfers_api
Example of entities and Avro classes to be sent and persisted in Kafka
darioajr/java-fix-to-avro
FIX-to-Avro converter, supporting custom FIX schemas and enabling the generation of both Avro data and its corresponding schema.
piotr-yuxuan/slava
Kafka Avro Serde for Clojure
perkss/c-kafka-examples
Examples using Kafka with C and C++
rudikone/avroschema-wizard-plugin
Streamline Avro schema registration and compatibility checks in Kafka with the avroschema-wizard-plugin, simplifying testing and integration with ease!
fillmore-labs/kafka-sensors
Kafka Serialization Playground
uuhnaut69/online-merchant-monitor
An example about online merchant monitor based on Kafka, Kafka Stream, Kafka Connect,KSQL
Dudssource/jkafkacat
JKafkacat, a simple tool (inspired by kafkacat) to produce/consume messages from Apache Kafka
rbiedrawa/spring-kafka-multiple-event-types-in-same-topic
This repository contains sample Spring Boot setup for handling multiple event types in single Kafka topic.
techmonad/fs2-kafka-app
A basic application to explain the use of Functional Kafka Streams with Scala using fs2-kafka library.
alokkusingh/avro-serializer
Custom Avro Serializer and Deserializer without Schema Registry for Kafka
alokkusingh/kafka-experimental
Kaka Experimental with Apache Avro
codewithdev/Apache-Avro-Docs
Apache Avro is a Data Serialisation system that converts the data objects into stream of bytes. It supports multiple languages. This documentation is created using Sphinx in Python for Docs generator.
holonsoftFounder/CsAvroGen
Generate AVRO schema file from an ordinary POCO
Infignity/dexscreener
Reverse engineering dexscreener avro encryption to fit my web scraping needs
Nayab-Haider/spring-kafka-avro-producer-consumer
Example to demonstrate spring kafka avro producer and consumer and maintaining different versions of avro schema
robinhosz/kafka-avro-springboot
A simple example using Kafka Avro with Spring Boot
swit3k/kui
Kafka UI
zzzhacker/Twitter-Kafka-Streaming-Service
This repository showcases a Kafka-based data streaming application that streams Twitter data using various related technologies such as Kafka brokers, schema registry, and Kafka Proxy. It includes custom stream classes, Consumer and Producer classes, with and without Avro serialization.