(20241224) Kafka Live Feed Test

This commit is contained in:
2024-12-24 14:10:39 +05:30
parent ae6a959a21
commit 99ff1008c2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" &
python3 "$(pwd)/playground/socketio/from_kafka.py" &
deactivate
# All done: