Re: Postgresql CDC tool recommendations ?

From: Nico Williams <nico(at)cryptonector(dot)com>
To: avi Singh <avisingh19811981(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql CDC tool recommendations ?
Date: 2017-10-06 15:23:56
Message-ID: 20171006152355.GE1251@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pinker 2017-10-06 15:27:30 Re: delete a file everytime pg server starts/crashes
Previous Message Thomasine Dade (tdade) 2017-10-06 14:53:37 How to sort in pgAdmin 4