Pass options to wal2json when using kafka integration #679
|
I am trying to using build-in kafka support to get events from postgresql to kafka directly using pgstream. Can someone please help? |
Replies: 3 comments 1 reply
|
Hi @repl-angrez-singh ! pgstream doesn't currently support I have created an issue to add support for them. We will keep you updated once it's ready, or feel free to open a PR! Thanks for your feedback! 💟 |
|
Thanks @eminano |
|
The option to add the xids to the replication events has been added in v1.0.1! 🚀 To enable it, you just need to set the replication plugin option in the configuration:
Thank you for your feedback! 💟 |
The option to add the xids to the replication events has been added in v1.0.1! 🚀
To enable it, you just need to set the replication plugin option in the configuration:
PGSTREAM_POSTGRES_REPLICATION_PLUGIN_INCLUDE_XIDS=trueThank you for your feedback! 💟