Debezium Connector for PostgreSQL 0.5.1
- java.lang.Object
-
- org.apache.kafka.connect.source.SourceTask
-
- io.debezium.connector.postgresql.PostgresConnectorTask
-
- All Implemented Interfaces:
- org.apache.kafka.connect.connector.Task
public class PostgresConnectorTask
extends org.apache.kafka.connect.source.SourceTask
Kafka connect source task which uses Postgres logical decoding over a streaming replication connection to process DB changes.
- Author:
- Horia Chiorean (hchiorea@redhat.com)
-
-
Field Summary
-
Fields inherited from class org.apache.kafka.connect.source.SourceTask
context
-
Method Summary
-
Methods inherited from class org.apache.kafka.connect.source.SourceTask
commitRecord, initialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
maxBatchSize
private int maxBatchSize
-
Method Detail
-
stop
public void stop()
- Specified by:
stop in interface org.apache.kafka.connect.connector.Task
- Specified by:
stop in class org.apache.kafka.connect.source.SourceTask
-
version
public String version()
Debezium Connector for PostgreSQL 0.5.1
Copyright © 2017 JBoss by Red Hat. All rights reserved.