An open API service indexing awesome lists of open source software.

https://github.com/bitleak/kaproxy

Restful HTTP Proxy For Kafka
https://github.com/bitleak/kaproxy

Last synced: 4 months ago
JSON representation

Restful HTTP Proxy For Kafka

Awesome Lists containing this project

README

          

# 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:

```shell
$ make # target file would be inside _build dir
```

## Design

## HTTP API