https://github.com/travisjeffery/kafka-proxy
Proxy requests to Kafka with middleware.
https://github.com/travisjeffery/kafka-proxy
Last synced: 9 months ago
JSON representation
Proxy requests to Kafka with middleware.
- Host: GitHub
- URL: https://github.com/travisjeffery/kafka-proxy
- Owner: travisjeffery
- Created: 2018-05-29T07:58:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:51:29.000Z (over 7 years ago)
- Last Synced: 2025-03-28T12:37:29.448Z (10 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-proxy
This is a layer 7/application level proxy for Kafka with pluggable middleware support. You can use
it to change client requests before they hit the broker, change responses from the broker being sent
to the client, or pass through requests/responses while making some side-effect like tracking
metrics or logs.
## License
MIT
---
- [travisjeffery.com](http://travisjeffery.com)
- GitHub [@travisjeffery](https://github.com/travisjeffery)
- Twitter [@travisjeffery](https://twitter.com/travisjeffery)
- Medium [@travisjeffery](https://medium.com/@travisjeffery)