bitleak / kaproxy

Restful HTTP Proxy For Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaproxy

kaproxy is a restful HTTP proxy for kafka, providing the following features:

  • basic queue primitives: PUBLISH, CONSUME
  • authorized, users access groups and topics with token
  • produce/consumer metrics

SDK for kaproxy

Build

To build the server binary:

$ make # target file would be inside _build dir

Design

HTTP API

About

Restful HTTP Proxy For Kafka

License:MIT License


Languages

Language:Go 95.3%Language:Shell 3.9%Language:Makefile 0.4%Language:Dockerfile 0.3%Language:Lua 0.1%