branch test commit

This commit is contained in:
Akash Sivakumar 2024-11-20 20:10:15 -07:00
parent bab6e8cf4d
commit e65cf00d34

View File

@ -11,6 +11,8 @@ import json
dbg_print = lambda *x: DEBUG and print(f"[DEBUG] {x}")
class KafkaClient:
def __init__(self, topic_name=None, mode='producer'):
self.mode = mode