YACWC
This commit is contained in:
6
kwq_test.py
Normal file
6
kwq_test.py
Normal 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))
|
||||
|
||||
Reference in New Issue
Block a user