Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 411 Bytes

Kafka.zig

running examples

  1. Install C/C++ librdkafka as described here unless you have already done so.

  2. Clone repository

git clone [email protected]:vspaz/kafka.zig.git
  1. Start a test kafka instance
cd kafka.zig
make kafka-start  # it takes a few seconds
  1. Run examples
cd examples
zig build run