bottledwater-pg icon indicating copy to clipboard operation
bottledwater-pg copied to clipboard

Change data capture from PostgreSQL into Kafka

Results 50 bottledwater-pg issues
Sort by recently updated
recently updated
newest added

When running ```make docker-compose``` after a fresh clone, it's complaining about duplicate entries in docker-compose.yml. This solved the issue. What do you think ?

Fixes #131 Fix, as proposed by: @dudleycarr

Your article on bottled water is pretty compelling, and I'm interested in exploring it for a production use case. However, the fact that an official release has not been cut...

question

I'm trying to use Kafka-Streams to parse the data I've loaded into Kafka using Postgres and I'm getting ``` Exception in thread "StreamThread-1" org.apache.kafka.streams.errors.StreamsException: Extracted timestamp value is negative, which...

In file included from logdecoder.c:2:0: protocol_server.h:17:5: error: unknown type name ‘Form_pg_index’ Form_pg_index key_index; /* Postgres struct describing primary key/replident index */ ^ make[1]: *** [logdecoder.o] Error 1 Maybe the pg...

``` make docker-compose docker build -f build/Dockerfile.build -t bwbuild:dev . Sending build context to Docker daemon 965.6kB Step 1/7 : FROM postgres:9.5 ---> 4b5efddb3fdd Step 2/7 : ENV RDKAFKA_VERSION=0.9.1 RDKAFKA_SHASUM="b9d0dd1de53d9f566312c4dd148a4548b4e9a6c2...

Bottled Water's current JSON encoding (`--output-format=json`) is as per the [Avro JSON encoding spec](https://avro.apache.org/docs/1.8.0/spec.html#json_encoding), which encodes binary data as a JSON string by mapping bytes 1-1 to Unicode codepoints in...

enhancement
datatypes

My bottledwater suddenly crashed with following error message and no longer able to restart. Can anyone help me? Thanks a lot. Error message: [FATAL] Replication stream was unexpectedly terminated: Error:...

Is there a way to connect bottlewater with a remote db as amazon rds?