Class PostgresReplicationConnection

java.lang.Object
io.debezium.jdbc.JdbcConnection
io.debezium.connector.postgresql.connection.PostgresReplicationConnection
All Implemented Interfaces:
ReplicationConnection, AutoCloseable

public class PostgresReplicationConnection extends JdbcConnection implements ReplicationConnection
Implementation of a ReplicationConnection for Postgresql. Note that replication connections in PG cannot execute regular statements but only a limited number of replication-related commands.
Author:
Horia Chiorean (hchiorea@redhat.com)