postgres-kafka-demo
postgres-kafka-demo copied to clipboard
Fully reproducible, Dockerized, step-by-step, demo on how to stream tables from Postgres to Kafka/KSQL back to Postgres. Detailed blog post published on Medium.
I went through the entire example, until the end. I cross checked the creation of the table and data all through. The only modification I had to do was the...
All other CURL posts work. But this one does not. `curl -X POST -H "Accept:application/json" -H "Content-Type: application/json" \ --data @postgres-sink.json http://localhost:8083/connectors curl: (7) Failed to connect to localhost port...
Thanks for an awesome tutorial. I am running into the following, when executing the creation of the Downstream table. Please see below. `Statement:CREATE TABLE research_ave_boost AS SELECT research, SUM(admit_chance)/COUNT(admit_chance) as...