Overview of the Pinot connectors module
masterThe pinot-connectors module is the centralized location for implementing Apache Pinot connectors for various streaming sources. Each specific stream implementation (e.g., Kafka 3.0) resides in its own sub-module within this directory.
When developing or extending connectors:
- Shared dependencies across all connector sub-modules should be defined in
pinot-connectors/pom.xml. - Dependencies specific to a single connector should be defined in that connector's individual
pom.xml.