done with kafka integration
This commit is contained in:
@@ -51,7 +51,7 @@ class KafkaIntegration:
|
||||
:return: The message value (decoded) or None if no message is received
|
||||
"""
|
||||
consumer = KafkaIntegration._get_consumer()
|
||||
# consumer.subscribe(["LOAN_REPAYMENT"])
|
||||
# consumer.subscribe(["PROCESS_PAYMENT"])
|
||||
# consumer.subscribe([topic])
|
||||
consumer.subscribe(['LOAN_REPAYMENT', 'PROCESS_PAYMENT'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user