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 149 forks source link

Does bottled water work with PostgreSQL version 9.6? #121

Open bryanconlon opened 7 years ago

bryanconlon commented 7 years ago

Does bottled water work with PostgreSQL version 9.6?

samstokes commented 7 years ago

It should work without issue, although it will probably require some minor build changes (possibly due to changes in Postgres development headers, definitely because the extension will need to be built against the correct version of Postgres and installed in a directory named after the Postgres version).

Before Postgres 9.6 was released, I tried this on a branch against the 9.6 beta and it appeared to work (passed the tests): https://github.com/confluentinc/bottledwater-pg/compare/master...samstokes:hack.postgres-96