GitHub user amuldotexe edited a discussion: Iggy Connector Ecosystem Tracking
A key ingredient for adoption for Iggy will be relevant connector coverage. This is still a draft, but I want it to be useful as a live tracker before someone picks up new work. **Last updated: March 8, 2026** # Connector Ecosystem Roadmap: tracking connector work, gaps, and active PRs ## Overview Apache Iggy's connector ecosystem is growing. The main purpose of this discussion is to help contributors avoid duplicate work and find the next useful thing to pick up. The live status in the next two sections should be trusted first. The long target map below is the broader draft. ## Shipped today | Connector | Type | Reference | Notes | |-----------|------|-----------|-------| | [PostgreSQL](https://www.postgresql.org/) | Sink + Source (CDC) | #1849, #2579 | Native Rust. Integration coverage expanded in #2579. | | [Elasticsearch](https://www.elastic.co/elasticsearch) | Sink + Source | #1851, #1872, #2592, #2593 | Native Rust. Sink and source e2e coverage landed. | | [Apache Iceberg](https://iceberg.apache.org/) | Sink | #1850, #2191, #2595 | Native Rust. | | [Quickwit](https://quickwit.io/) | Sink | #2594 | Native Rust. E2E coverage landed. | | Stdout | Sink | -- | Reference implementation for connector developers. | | [Apache Pinot](https://pinot.apache.org/) | Sink | #2499, #2598 | External Java connector exists. Proper Java integration tests are still open in #2598. | ## Active work right now Please check both open issues and open PRs before starting something new. In a few cases, the issue is open and there is already active PR work behind it. | Area | Issue | Current signal | |------|-------|----------------| | [ClickHouse](https://clickhouse.com/) sink | #2539 | Two open PRs: #2886 and #2891 | | [InfluxDB](https://www.influxdata.com/) sink + source | #2700 | Open PR: #2801 | | [MongoDB](https://www.mongodb.com/) sink + source | #2739 | Open sink PR: #2815. Source side is not merged yet. | | [Delta Lake](https://delta.io/) connectors | #1852 | Open sink PR: #2889 | | JDBC / MySQL sink + source | #2500 | Open issue | | [Amazon Redshift](https://aws.amazon.com/redshift/) sink | #2540 | Open issue. Earlier PR #2557 was closed. | | Avro codec | #1846 | Open issue | | BSON codec | #1847 | Open issue | | Flink transport | #2484 | Open issue. Earlier PR #2560 was closed. | | Restart connector with new config | #2417 | Open PR: #2781 | | Pinot connector e2e tests | #2598 | Open issue | | Pareto source connector test suite | #2892 | Open issue | | Pareto sink connector test suite | #2893 | Open issue | ## Recently completed - Connector e2e coverage landed for Elasticsearch sink (#2592), Elasticsearch source (#2593), Quickwit sink (#2594), and Iceberg sink (#2595) - State and restart fixes landed in #2685 and #2743 - Linux plugin loading loop bug #2712 was closed --- GitHub link: https://github.com/apache/iggy/discussions/2756 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
