Class DebeziumPostgresSource
- java.lang.Object
-
- org.apache.pulsar.io.kafka.connect.AbstractKafkaConnectSource<org.apache.pulsar.common.schema.KeyValue<byte[],byte[]>>
-
- org.apache.pulsar.io.kafka.connect.KafkaConnectSource
-
- org.apache.pulsar.io.debezium.DebeziumSource
-
- org.apache.pulsar.io.debezium.postgres.DebeziumPostgresSource
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.apache.pulsar.io.core.Source<org.apache.pulsar.common.schema.KeyValue<byte[],byte[]>>
public class DebeziumPostgresSource extends org.apache.pulsar.io.debezium.DebeziumSourceA pulsar source that runs debezium postgres source.
-
-
Constructor Summary
Constructors Constructor Description DebeziumPostgresSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDbConnectorTask(java.util.Map<java.lang.String,java.lang.Object> config)-
Methods inherited from class org.apache.pulsar.io.debezium.DebeziumSource
open, setConfigIfNull, throwExceptionIfConfigNotMatch, topicNamespace, tryLoadingConfigSecret
-
Methods inherited from class org.apache.pulsar.io.kafka.connect.KafkaConnectSource
processSourceRecord
-
-