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
- Host: GitHub
- URL: https://github.com/bitleak/kaproxy
- Owner: bitleak
- License: mit
- Created: 2020-03-27T07:04:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T06:20:06.000Z (about 3 years ago)
- Last Synced: 2024-06-20T00:36:07.380Z (almost 2 years ago)
- Language: Go
- Size: 103 KB
- Stars: 25
- Watchers: 10
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
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