(20241224) Trying to get Kafka Stream running.

This commit is contained in:
2024-12-24 14:14:39 +05:30
parent 99ff1008c2
commit f58fbb0131
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,8 @@
import sys
sys.path.append(".")
sys.path.append("..")
import random
import time
import socketio
@@ -5,6 +10,7 @@ import asyncio
import datetime
import requests
# Create a Socket.IO server instance
sio = socketio.AsyncServer(cors_allowed_origins = "*")