awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesKafka

Integrations specifically for queuing outgoing messages through Apache Kafka for non-blocking delivery.

Distinct from Message Queue Integrations: Distinct from Message Queue Integrations: specifically targets Kafka-based queuing for message delivery, not general message broker connectivity.

Explore 5 awesome GitHub repositories matching data & databases · Kafka. Refine with filters or upvote what's useful.

Awesome Kafka GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • terry-mao/goimAvatar Terry-Mao

    Terry-Mao/goim

    7,376Vezi pe GitHub↗

    goim

    Queues outgoing messages through Kafka for non-blocking delivery, fan-out, and aggregated room delivery.

    Go
    Vezi pe GitHub↗7,376
  • h2pl/javatutorialAvatar h2pl

    h2pl/JavaTutorial

    7,129Vezi pe GitHub↗

    JavaTutorial is a specialized knowledge base and set of study guides focused on backend engineering, the Java ecosystem, distributed systems, and database internals. It serves as a technical reference for engineers, providing structured learning paths and curated content designed for Java backend developer interview preparation. The resource distinguishes itself through deep-dive analyses of internal mechanics, including JVM memory management, garbage collection algorithms, and the internal architecture of the Spring Framework. It provides detailed studies on database internals specifically f

    Covers configuration of cluster operations and broker internals to implement reliable messaging queues.

    Java
    Vezi pe GitHub↗7,129
  • materializeinc/materializeAvatar MaterializeInc

    MaterializeInc/materialize

    6,314Vezi pe GitHub↗

    Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c

    Configures starting offsets for Kafka topic consumption in streaming SQL sources.

    Rust
    Vezi pe GitHub↗6,314
  • edenhill/kafkacatAvatar edenhill

    edenhill/kafkacat

    5,761Vezi pe GitHub↗

    Kafkacat este o suită de utilitare de linie de comandă pentru interacțiunea cu clusterele Apache Kafka. Oferă un binar non-JVM pentru producerea și consumarea mesajelor, inspectarea metadatelor clusterului și depanarea protocolului Kafka prin terminal. Instrumentul funcționează ca un producător și consumator capabil să trimită date din fișiere sau input standard și să citească mesaje din topicuri și partiții specifice. Include un inspector de metadate pentru a prelua starea clusterului și configurațiile partițiilor în text simplu sau JSON, precum și un depanator de protocol pentru inspectarea offset-urilor mesajelor, timestamp-urilor și payload-urilor binare. Proiectul acoperă deserializarea datelor folosind scheme sau decodoare primitive și interogarea bazată pe offset pentru a prelua date de la timestamp-uri precise. De asemenea, oferă utilitare de simulare pentru a rula brokeri efemeri în memorie pentru testarea integrării și benchmarking-ul performanței.

    Allows querying specific message positions by timestamp to consume data from a precise point in time.

    C
    Vezi pe GitHub↗5,761
  • linkedin/burrowAvatar linkedin

    linkedin/Burrow

    3,954Vezi pe GitHub↗

    Burrow is a monitoring and alerting service for Kafka clusters. It tracks consumer group lag by evaluating committed offsets and identifying the gap between produced and consumed messages. The system calculates processing delays using a sliding-window offset evaluation and monitors overall cluster health. When consumer group conditions meet predefined thresholds, it triggers notifications to external services via email or webhooks. The service provides HTTP endpoints for querying broker information and consumer group status, allowing external tools to poll for system health and performance m

    Fetches current offset positions directly from Kafka brokers to determine the gap between production and consumption.

    Go
    Vezi pe GitHub↗3,954
  1. Home
  2. Data & Databases
  3. Message Queue Integrations
  4. Kafka

Explorează sub-etichetele

  • Broker Internals1 sub-tagStudy of cluster operations and broker-side internal mechanics for reliable messaging. **Distinct from Kafka:** Focuses on the internal operation of the broker itself rather than just using Kafka as an integration target.
  • Offset ConfigurationsConfigures the starting offset or timestamp position for consuming Kafka topics per partition. **Distinct from Kafka:** Distinct from Kafka: this is a specific offset configuration capability, not general Kafka integration.