Files
CommonCode/kwq_test.py
2025-09-04 22:48:15 -04:00

7 lines
146 B
Python

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