https://github.com/bakdata/nginx-kafka-request-routing
Scaling Requests to Queryable Apache Kafka Topics with nginx
https://github.com/bakdata/nginx-kafka-request-routing
Last synced: 8 months ago
JSON representation
Scaling Requests to Queryable Apache Kafka Topics with nginx
- Host: GitHub
- URL: https://github.com/bakdata/nginx-kafka-request-routing
- Owner: bakdata
- License: mit
- Created: 2020-11-25T18:53:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T07:15:51.000Z (over 5 years ago)
- Last Synced: 2025-04-10T23:48:22.118Z (12 months ago)
- Language: Lua
- Homepage: https://medium.com/bakdata/scaling-requests-to-queryable-kafka-topics-with-nginx-957bb3a9c532
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scaling Requests to Queryable Apache Kafka Topics with nginx
This repository contains the code for our blog post [Scaling Requests to
Queryable Apache Kafka Topics with nginx](https://medium.com/bakdata/scaling-requests-to-queryable-kafka-topics-with-nginx-957bb3a9c532).
It includes the custom routing logic for nginx, the wrk benchmark script
, and the Kubernetes manifests.
## Quick Start
The Kafka Streams application requires an existing Kafka deployment (e.g.
[Confluent Helm Charts](https://github.com/confluentinc/cp-helm-charts)).
You can run `kubectl apply -f k8s/` to deploy all resources.