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

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.

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)