-
Updated
Apr 14, 2022 - C
#
kafka-consumer
Here are 601 public repositories matching this topic...
The Apache Kafka C/C++ library
Framework for Apache Kafka based Ruby and Rails applications development.
ruby
rails
ruby-library
events
kafka
topic
kafka-topic
kafka-consumer
rubyonrails
ruby-on-rails
apache-kafka
kafka-producer
kafka-client
responder
kafka-clients
karafka-framework
kafka-message
karafka-application
kafka-ruby
-
Updated
Apr 15, 2022 - Ruby
Data syncing in golang for ClickHouse.
-
Updated
Mar 21, 2022 - Go
Kafka-based Job Queue for Python
python
kafka
python3
queueing
kafka-consumer
apache-kafka
kafka-producer
kafka-client
job-queue
producer-consumer
worker-queue
-
Updated
Feb 4, 2022 - Python
Racecar: a simple framework for Kafka consumers in Ruby
-
Updated
Apr 12, 2022 - Ruby
A CLI tool for Kafka
cli
golang
kafka
protobuf
kafka-consumer
kafka-producer
protobuf-parser
protocol-buffer
kafka-manager
kafka-cli
kafka-producer-consumer
kafka-publisher
-
Updated
Jan 12, 2022 - Go
The Apache Kafka Client SDK
python
golang
php
kafka
cplusplus
consumer
kafka-consumer
kafka-producer
producer
kafkaclient
kafkasdk
kafkabridge
-
Updated
Dec 29, 2021 - C++
fowlerp-qlik
commented
Feb 11, 2022
We need the option to read from the beginning of a partition. Something along the lines of https://stackoverflow.com/questions/49723182/kafka-consumer-seektobeginning but the parallel consumer does not expose seekToBeginning() or assignment(). Is it possible to expose these or provide an overall wrapper for seekToBeginning()?
ocadaruma
commented
Nov 5, 2021
- Task batching is a common-pattern that many Decaton users often implement by their own
- i.e. Batching several tasks of type
TtoList<T>and process them at once. e.g. when downstream-DB supports batching I/O (which often very efficient) - Batch-flushing should be done in time-based and size-based.
- i.e. Batching several tasks of type
- So it's better to provide BatchingProcessor built-in to meet the common needs
good first issue
Good for newcomers
High performance Kafka consumer for InfluxDB. Supports collectd message formats.
-
Updated
May 26, 2021 - Python
An HTTP & AMQP bridge for Apache Kafka®
http
kafka
amqp
bridge
kafka-consumer
kafka-producer
kafka-client
kafka-rest-proxy
amqp-client
amqp10
kafka-bridge
-
Updated
Apr 16, 2022 - Java
Example Code for Kafka Tutorials @ Learning Journal
-
Updated
Jan 19, 2018 - Java
This is the central repository for all materials related to Kafka Streams : Real-time Stream Processing! Book by Prashant Pandey.
kafka
streams
stream-processing
kafka-consumer
java-8
apache-kafka
kafka-producer
kafka-client
kafka-streams
avro-schema
messaging-system
avro-kafka
kafka-examples
real-time-stream-processing
json-kafka
-
Updated
Jul 29, 2020 - Java
A REPL for Apache Kafka
python
java
shell
scala
kafka
repl
kafka-consumer
kafka-connect
apache-kafka
kafka-producer
kafka-streams
ammonite
kafka-admin
kafka-repl
kafka-shell
-
Updated
Mar 8, 2021 - Scala
Kattlo CLI Project
java
kafka
native
kafka-consumer
schemas
kafka-connect
apache-kafka
kafka-producer
graalvm
kafka-streams
acls
migration-tool
mtls
quarkus
ksqldb
kattlo
kafka-configurations
-
Updated
Jan 26, 2022 - Java
Kafka proxy with a simple API, speaking the Redis protocol
-
Updated
Feb 24, 2021 - Go
A Python RESTful API using FastAPI with a Kafka Consumer
-
Updated
Jan 26, 2021 - Python
Stream processing using kafka-python to track people (user input images of target) in the wild over multiple video streams.
kafka
stream-processing
kafka-consumer
face-recognition
object-detection
kafka-producer
kafka-streams
-
Updated
Jul 22, 2020 - Python
Kafka End to End Encryption
library
framework
encryption
kafka
kafka-topic
kafka-consumer
kafka-producer
kafka-streams
encryption-tool
-
Updated
Jan 26, 2022 - Java
Example Node.js kafka setup
-
Updated
Aug 6, 2021 - JavaScript
Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
kotlin
java
kubernetes
kafka
monitoring
native
metrics
grafana
prometheus
prometheus-exporter
kafka-consumer
cloud-native
lag
grafana-dashboard
monitoring-tool
graal-native
consumer-lag
graalvm-native-image
-
Updated
Feb 11, 2022 - Kotlin
-
Updated
May 19, 2020 - Go
"eCupcakesFactoryOnContainers" is based on a simplified "Microservices" architecture and docker containers. Core intent of this reference application is to provide reference implementation for .Net developers to easily get started with containerized microservices using .Net Core and Kafka.
docker
kafka
dotnetcore
react-redux
kafka-consumer
kafka-connect
kafka-producer
microservices-architecture
kafka-streams
hostedservices
-
Updated
Jan 5, 2021 - JavaScript
Kafka Examples focusing on Producer, Consumer, KStreams, KTable, Global KTable using Spring, Kafka Cluster Setup & Monitoring. Implementing Event Sourcing and CQRS Design Pattern using Kafka
kafka
cqrs
event-sourcing
kafka-consumer
kafka-producer
kstream
kafka-admin
spring-kafka
ktable
kafka-prometheus
kafka-ssl
spring-kafka-test
global-ktable
-
Updated
Jan 9, 2022 - Java
This projects gives Kotlin bindings and several extensions for Apache Kafka Clients.
-
Updated
Apr 15, 2022 - Kotlin
A SQL-like language for performing ETL transformations.
cli
aws
tsv
json
query
sdk
csv
sql
kafka
hive
avro
athena
etl
s3
kafka-consumer
kafka-producer
delimited-data
etl-framework
psv
delimited
-
Updated
Mar 18, 2022 - Scala
This repository is a tutorial for JUG Istanbul's Apache Kafka meetup that showing how Apache Kafka can be used in inter-microservices communication
-
Updated
Aug 22, 2020 - Java
Improve this page
Add a description, image, and links to the kafka-consumer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-consumer topic, visit your repo's landing page and select "manage topics."
The following two places we silently overwrite or ignore user supplied configuration properties for deserializers. For debugging purposes we should emit warnings when we either overwrite or ignore user supplied configuration options.
https://github.com/SourceLabOrg/kafka-webview/blob/master/kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/kafka/KafkaConsumerFactory.java#L1