Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 362 Bytes

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