Skip to main content
Version: Next

Connector FAQ

This page is an index of frequently asked questions organized by connector category. Each entry links to the FAQ section inside the corresponding connector documentation page.

These FAQ sections are intended to be quick navigation, not a second source of truth. For exact option names, defaults, and full examples, always use the connector option table and linked detailed sections on the connector page itself.

For general SeaTunnel questions (engine setup, variable substitution, scheduling, etc.) see the General FAQ.


CDC Connectors

Change Data Capture connectors read real-time change events (INSERT / UPDATE / DELETE) from database transaction logs.

ConnectorCommon FAQ Topics
MySQL CDCRequired permissions, binlog settings, replica support, tables without primary keys, snapshot phase, DDL propagation, server-id conflicts, snapshot performance, timezone/charset
PostgreSQL CDCRequired permissions, logical decoding plugins, replica support, tables without primary keys, replication slot management, replication lag
Oracle CDCLogMiner permissions, supplemental logging, CDB/PDB multi-tenant, tables without primary keys, LogMiner performance, supported Oracle versions

Message Queue Connectors

ConnectorCommon FAQ Topics
Kafka Sourcestart_mode options, filtering by message key, supported formats, SASL/Kerberos authentication, consumer group offset commit
Kafka SinkAutomatic topic creation, partition_key_fields behavior, exactly-once delivery, SASL/Kerberos authentication, supported formats

Sink Connectors

OLAP / Analytical Stores

ConnectorCommon FAQ Topics
Doris SinkAutomatic table creation, exactly-once with 2PC, "Label already exists" error, DELETE propagation, column case sensitivity, Stream Load format
StarRocks SinkAutomatic table creation, upsert and DELETE support, labelPrefix usage, column case sensitivity, nodeUrls vs base-url
ClickHouse SinkAutomatic table creation, batch write performance, supported data types, "Table doesn't exist" error

Relational Databases

ConnectorCommon FAQ Topics
JDBC SinkAutomatic table creation, exactly-once with XA transactions, upsert / primary key configuration, multi-table writing, missing JDBC driver

Data Lakes / File Systems

ConnectorCommon FAQ Topics
Hive SinkSupported file formats, partitioned tables, Kerberos authentication, small file problem, schema evolution

Tips for Finding Answers

  1. Connector-specific issues → go directly to the connector's page and scroll to its FAQ section.
  2. Cross-connector topics (e.g., "does SeaTunnel support CDC?", "what is schema_save_mode?") → see the General FAQ.
  3. Still stuck? → search the GitHub Issues or reach out via the mailing list.