super-rag
super-rag copied to clipboard
Add Kafka
What does this PR do?
Fixes #39 #53
Steps to test
- Run
docker-compose up -d
to spin up kafka, kafka-ui and redis - Start python server
- Run
cd ./service/kafka/ & python3 ./consume.py
Hey @elisalimli, I am just taking a look at ray which can simplify the integration
Also worth reading distributed kafka consumers with ray
I am testing this in a Kubernetes cluster and provide feedback along the way;
Hey @elisalimli, I am just taking a look at ray which can simplify the integration
Also worth reading distributed kafka consumers with ray
@teocns I haven't looked at it yet. What would be the benefit of using Ray instead of just Kafka?
@homanp we can deploy this