Logical Decoding replication slots are only supported on master servers: this means that when there is a cluster of PostgreSQL servers, the connector can only run on the active master server. It cannot run on hot or warm standby replicas.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to debe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/f74b1eea-601a-471d-93e1-649baa8a307a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Another limitation when running in a cluster was the fact that you could only have 1 plugin / logical decoding slot, so essentially you could not extend the active/passive topology to a plugin-level. In other words, should the server on which the plugin was running go down,
you'd have to explicitly restart another server with a logical decoding slot & plugin.