Geospatial data in CDC with PostGIS (PGSQL -> Debezium -> Pulsar IO -> JDBC Sink -> PGSQL) #25234
Unanswered
grifftatarsky
asked this question in
Q&A
Replies: 2 comments
-
|
Can you clarify the components in your pipeline include the versions? Are you using this connector to get the data from PostGIS and write it to a Pulsar topic and then using the JDBC sink connector to Postgres? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yep!
I am using Pulsar 4.1.2 in the image I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Heyo! I'm having an issue with using Pulsar IO and Debezium for a CDC process. My geographic fields are passed from Postgres with PostGIS to Pulsar IO but the JDBC sink connector fails on reading the field type.
I'm curious if I'm doing the processing wrong, if it's on Pulsar IO's end (since they're not on this Debezium version yet), or if my sink / source are misconfigured. When I go to the debezium release notes for 3.4, I see this:
So I'm assuming I may just be waiting for Pulsar's next release, but am unsure. I would love some help here as this is my first CDC.
Beta Was this translation helpful? Give feedback.
All reactions