1 रिपॉजिटरी
Low-level implementations of network communication protocols using binary data formats.
Distinct from Binary Protocol Implementations: The candidates focus on C++ language implementations rather than the specific purpose of binary wire protocol communication.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Wire Protocol Implementations. Refine with filters or upvote what's useful.
kcat is a command-line interface client for Apache Kafka used to produce, consume, and debug messages using the native wire protocol. It provides a suite of tools for interacting with Kafka clusters, including a protocol debugger for inspecting cluster metadata and a transaction manager for handling atomic message batches. The project features a specialized Avro schema decoder that converts binary-encoded messages into human-readable JSON by integrating with remote schema registries or local files. Additionally, it includes an in-memory simulator that allows for testing producer and consumer
Uses a low-level C library to implement the native binary wire protocol for high-performance messaging.