Support for pgoutput plugin in addition to wal2json for Postgres CDC #384
rkhameshra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋
Currently, OLake supports Postgres CDC using the wal2json output plugin. While wal2json works well and is easy to parse, we’ve seen growing interest in supporting the native pgoutput plugin as well, especially from users who already use it for replication or Debezium-style pipelines.
Adding pgoutput support could unlock:
We’d love to hear thoughts on this:
Would appreciate any feedback, use cases, or even pointers if someone has tried building a parser for pgoutput!
Thanks 🙌
— Team OLake
Beta Was this translation helpful? Give feedback.
All reactions