Kafka to postgres without kafka connectors

426 Views Asked by At

I am trying to downstream data from kafka topics to a relational db like postgres. I don't want to use kafka connect or jdbc connectors. Is their any way I can use raw queries to export data from kafka to postgres.

I will be using python to implement this

0

There are 0 best solutions below