JDBC Postgres sink connector error #24147
Unanswered
Metalmania97
asked this question in
Q&A
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.
-
I encounter a connection error when i produce mqtt messages and the sink connector tries to add them to the postgres db
ERROR org.apache.pulsar.functions.runtime.process.ProcessRuntime - Health check failed for jdbc-postgres-sink-0
java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:32947
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
I use the standalone version of pulsar using docker compose with these jdbc postgres sink configs
Beta Was this translation helpful? Give feedback.
All reactions