Integrate Distributed Ray Serve Deployment with Kafka
pip install -r requirements.txt
docker compose up
serve run ray-consumer:deployment
python3 aio-producer.py --message "From Kafka to Ray" --topic "ray-topic"
Integrate Distributed Ray Serve Deployment with Kafka
pip install -r requirements.txt
docker compose up
serve run ray-consumer:deployment
python3 aio-producer.py --message "From Kafka to Ray" --topic "ray-topic"