I setup a Kafka JDBC sink to send events to a PostgreSQL. I wrote this simple producer that sends JSON with schema (avro) data to a topic as follows:
producer.py