This message was deleted.
# general
s
This message was deleted.
y
try java 11. until netty migrates to java module, no dice on jdk17.
o
Thanks for the reply @Yu Wei Sung! I downgrade to jdk11 and Pulsar 2.10.4 and it got past the error so thanks for that! Unfortunately i am getting a
ERROR org.apache.pulsar.functions.runtime.RuntimeSpawner - public/default/debezium-postgres-source Function Container is dead with following exception. Restarting.
error now. Any chance you know what this might be? A quick google has says it should have been fixed in 2.9 (https://github.com/apache/pulsar/issues/14397)
y
released 2.9.3 and should be in 2.10 already.
o
yeh odd because im using 2.10.4 so it should be fixed
y
I checked the code. the fix is in 2.10 branch. do you have log? might be other issue.
o
yeh sure thing. Here it is. It seems to repeat every 30 seconds. The same log output starting with the above error. (sorry have to upload it as a file due to slack limits)
y
pgsql syntax error. Give me some time to dig into this.
this looks like the debzium cannot connect to your postgresql to create replicator on the postgresql wal. do you have the right permission to setup postgresql source?
o
just having a look!
🤦 sorry i was using the wrong version of postgres image. Was switching between different versions of the docs and was using
debezium/example-postgres:0.8
instead of
postgres:13.3
. My apologies!
Thanks so much for your help! Its all working now!!!
🎉 1