kafka-topic
There are 170 repositories under kafka-topic topic.
Mongey/terraform-provider-kafka
Terraform provider for managing Apache Kafka Topics + ACLs
streamthoughts/jikkou
The Open source Resource as Code framework for Apache Kafka. Jikkou helps you implement GitOps for Kafka at scale!
LearningJournal/ApacheKafkaTutorials
Example Code for Kafka Tutorials @ Learning Journal
StephenSorriaux/ansible-kafka-admin
Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
TechPrimers/spring-boot-kafka-producer-example
Spring Boot Kafka Producer Example
gnuhpc/Kafka-zk-restapi
Kafka Zookeeper RESTful API to perform topic/consumer group administration/metric(offset\lag\message) collection and monitor
danielsobrado/CCDAK-Exam-Questions
Confluent Kafka questions to practice for CCDAK
perkss/clojure-kafka-examples
Clojure examples for Kafka and Kafka Streams (JAVA Interop)
eugene-khyst/ksqldb-event-souring
Kafka is not for event sourcing, isn't it? Kafka alone is not an event store, but Kafka and ksqlDB together allow building full-featured event stores. This repository provides a sample of event sourced system that uses Kafka and ksqlDB as event store.
ansrivas/spark-structured-streaming
Spark structured streaming with Kafka data source and writing to Cassandra
hifly81/kafka-examples
Practical examples with Apache Kafka®
QuickSign/kafka-encryption
Kafka End to End Encryption
rollno748/di-kafkameter
JMeter Plugin to load test Apache Kafka topics/brokers
san089/Optimizing-Public-Transportation
A real-time event pipeline around Kafka Ecosystem for Chicago Transit Authority.
Ryan-Ray-Martin/rl-trader
This MLOps project productionizes a Deep Reinforcement Learning agent with a scalable, distributed data streaming infrastructure using Kafka and Ray. A thorough walkthrough of the code is described in this article on medium: https://ryanraymartin.medium.com/deep-reinforcement-learning-for-stock-trading-with-kafka-and-rllib-d738b9634675
contactsunny/SimpleKafkaExampleSpringBoot
A simple Spring Boot (Java) app which demonstrates Apache Kafka's producer and consumer APIs.
hoangtien2k3/shopapp-backend
Source backend for website/mobile about electro, e-commerce using Java, using multi-language (EN, VI), and today's popular technologies
calvinlfer/Kafka-Akka-HTTP-and-Akka-Streams-integration
An example showing how to integrate Apache Kafka with Akka Streams and Akka HTTP.
rahul-ghadge/spring-boot-kafka
Spring boot kafka application with multiple Producers and multiple Consumers for String data and JSON object
luizcalaca/node-kafka-microservices
Node.js + Kafka + Microservices
nodefluent/kafka-rest
Node.js Kafka REST API :mushroom:
strimzi-incubator/kafka-topic-webhook
Managing Kafka topics through annotations in Kubernetes / OpenShift pods
flightaware/kafkatcl
Tcl interface to the Apache Kafka distributed messaging system
SelimHorri/kafka-boot
kafka-producer-consumer-with-spring-boot
rupeshtr78/fabric-kafka
Kafka Docker
huangyueranbbc/KafkaDemo
Kafka整理
charles-hsiao/robotframework-kafka
A Kafka python library for Robotframework to test events(messages) in Kafka.
lokeshsam55/Project_Developer
Detection of DDOS Attack using Kafka and Spark Streaming
schroedermatt/spring-kafka-config
Spring Kafka project that initializes a cluster's topics via configuration.
RickyHuo/kafka-logsize-exporter
Python prometheus client for kafka logsize(Prometheus基于kafka logsize监控)
KaViewer/KaViewer
📨 An Viewer and Operator for Kafka on Cloud.
myersr/simpleKafka-PythonServer
Repo for a simple base python http server using Flask and Kafka-Python
ahsumon85/spring-boot-with-apache-kafka
Apache Kafka is a distributed streaming platform that utilizes the publish/subscribe message pattern to interact with applications, and it’s designed to create durable messages. In this tutorial basic concepts behind Apache Kafka and build a fully-functional Java application, capable of both producing and consuming messages from Kafka.
anshul1004/LiveTwitterSentimentAnalysis
Live sentiment analysis of tweets using Kafka
Stefen-Taime/Kafka-pipeline
In the following post, we will learn how to build a data pipeline using a combination of open-source software (OSS), including Debezium, Apache Kafka, Kafka Connect.