abijith_mohan
09/29/2023, 6:48 AMname=tap_kafka level=INFO message=Initialising Kafka Consumer... cmd_type=elb consumer=False name=tap-kafka producer=True stdio=stderr string_id=tap-kafka
I'm trying to connect to data from kafka and store as json. The log shows consumer=False and producer=True ie It mentions that it's not a consumer (consumer=False), but rather a producer (producer=True). How to initialise consumer=True in the config?edgar_ramirez_mondragon
09/29/2023, 3:54 PM