instructure / jsoncdc

Takes a logical decoding stream from postgresql and outputs it in a pluggable and safe way
51 stars 4 forks source link

Feature Request/Discussion: Schema changes #3

Open jmealo opened 6 years ago

jmealo commented 6 years ago

Description

I would like to receive notifications of schema changes using the generic WAL mechanism. Since JSONCDC is packaged as an extension it could create the necessary plumbing on installation.

Discussion is on this external issue: https://github.com/JarvusInnovations/lapidus/issues/19

Additional Information

Mythra commented 6 years ago

Hey @jmealo ,

Sorry this took awhile to get too there was some discussion going on, and I forgot to post an update friday. As for this feature we agree it'd be nice to install an (Optional) Trigger for JSONCDC. That being said we're currently waiting on an upgrade to our PG Version before we can put the efforts necessary into this feature.

If someone wants to take a whack at it in the meantime we're happy to provide assistance where we can.