Hello,
According the debezium documentation, “When the connector is running, the PostgreSQL server that it is connected to could become unavailable for any number of reasons. If this happens, the connector fails with an error and stops. When the server is available again, restart the connector.”
Is there a way to surface the fact that the connector has failed? The reason I ask is, I’ve run an experiment where I’ve
DEBUG polling records... (io.debezium.connector.base.ChangeEventQueue)
DEBUG no records available yet, sleeping a bit...(io.debezium.connector.base.ChangeEventQueue)
DEBUG checking for more records... (io.debezium.connector.base.ChangeEventQueue)
I am missing some config that would tell debezium to surface when there's a connection problem?
Thanks,
Marc.
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/344f88a8-c7db-4297-a2b7-1990f8ce6a1an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/eff89082-df24-44ba-b29c-7697f6fac6ddn%40googlegroups.com.
Hi Chris.
Thanks for your input. It’s really useful to know how the RetriableException works. Where are the maximum number of retries configured by the way?
Getting back to the point about displaying FAILURE. I’ve tried using the examples that Gunnar linked to (https://github.com/debezium/debezium-examples/tree/master/tutorial) and I was able to reproduce the issue with the following steps - I'm running on a mac in case that's relevant


docker stop df84f0e286fc


