This commit is contained in:
2025-09-04 22:48:15 -04:00
commit 4cbdb00e14
51 changed files with 1709 additions and 0 deletions

6
kwq_test.py Normal file
View File

@@ -0,0 +1,6 @@
from CommonCode import kwq
topic = 'whatsup'
kwq.producer.send("hello",'world')
for x in range(100):
kwq.producer.send(topic, 'num_'+str(x))