Re: [GENERAL] Postgresql CDC tool recommendations ? - Mailing list pgsql-general

From Nico Williams
Subject Re: [GENERAL] Postgresql CDC tool recommendations ?
Date
Msg-id 20171006152355.GE1251@localhost
Whole thread Raw
In response to [GENERAL] Postgresql CDC tool recommendations ?  (avi Singh <avisingh19811981@gmail.com>)
List pgsql-general
On Thu, Oct 05, 2017 at 10:28:31AM -0700, avi Singh wrote:
>          Any recommendation on a good CDC tool that can be used to push
> postgresql changes to Kafka in json format ?

There are quite a few WAL->JSON type tools out there.  E.g.,
https://github.com/eulerto/wal2json

I expect this to improve with PG 10 logical replication.

You can easily add the bit that pushes those JSON texts to Kafka.

Nico
-- 


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: "Thomasine Dade (tdade)"
Date:
Subject: [GENERAL] How to sort in pgAdmin 4
Next
From: pinker
Date:
Subject: Re: [GENERAL] delete a file everytime pg server starts/crashes