confluentinc / bottledwater-pg

Change data capture from PostgreSQL into Kafka
http://blog.confluent.io/2015/04/23/bottled-water-real-time-integration-of-postgresql-and-kafka/
Apache License 2.0
2 stars 0 forks source link

No function matches bottledwater_export #148

Closed TissueFluid closed 5 years ago

TissueFluid commented 6 years ago

Hi, I am following the guide in README (docker part). After I started kafka-avro-console-consumer, I tried to doing insert/update to the test db. I got the following message from the docker-compose logs bottledwater-avro

bottledwater-avro_1            | [FATAL] While reading snapshot: PGRES_FATAL_ERROR: ERROR:  function bottledwater_export(table_pattern := text, allow_unkeyed := boolean, error_policy := text) does not exist
bottledwater-avro_1            | LINE 1: SELECT bottledwater_export(table_pattern := $1, allow_unkeye...
bottledwater-avro_1            |                ^
bottledwater-avro_1            | HINT:  No function matches the given name and argument types. You might need to add explicit type casts.