davidzollo opened a new pull request, #10980:
URL: https://github.com/apache/seatunnel/pull/10980

   ## What changes were proposed in this pull request?
   
   Add `## FAQ` / `## 常见问题` sections to 10 high-frequency connector pages in 
both `docs/en/connectors/` and `docs/zh/connectors/`, plus a Connector FAQ 
Index page.
   
   ### Connectors updated
   
   **Source:**
   - MySQL-CDC — permissions, binlog, replica, no-PK tables, snapshot, DDL, 
server-id conflicts, timezone
   - PostgreSQL-CDC — permissions, logical decoding plugins, replica, no-PK 
tables, replication slot, lag
   - Oracle-CDC — LogMiner permissions, supplemental logging, CDB/PDB, no-PK 
tables, performance, versions
   - Kafka — start_mode, key-based filtering, formats, SASL/Kerberos, consumer 
group offset
   
   **Sink:**
   - Kafka — topic auto-creation (broker-side), partition_key_fields, 
exactly-once, SASL/Kerberos
   - Doris — auto table creation, 2PC, Label conflicts, DELETE propagation, 
column case, Stream Load
   - StarRocks — auto table creation, upsert/DELETE, exactly-once, column case, 
nodeUrls vs base-url
   - Clickhouse — auto table creation, batch write tuning, supported types
   - Jdbc — auto table creation, XA exactly-once, upsert/PK config, 
multi-table, missing driver
   - Hive — file formats, partitioned tables, Kerberos, small files, schema 
evolution
   
   Also adds `connector-faq.md` index pages (EN + zh-CN) and registers 
`connectors/connector-faq` in `docs/sidebars.js`.
   
   ## Why are the changes needed?
   
   Users frequently ask these questions in GitHub Issues, Slack, and the 
mailing list. Having concise answers directly in the connector documentation 
reduces search friction and helps users self-serve without opening new issues.
   
   ## Does this PR introduce _any_ user-facing change?
   
   Yes — adds FAQ sections and a FAQ index page to the connector documentation. 
No API or behavior changes.
   
   ## How was this patch tested?
   
   Documentation-only change; no code logic affected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to