tree: 76adeac93a5ab92eb2fe59eea8019631b0e21026 [path history] [tgz]
  1. pinot-kafka-0.9/
  2. pinot-kafka-2.0/
  3. pinot-kafka-base/
  4. pom.xml
  5. README.md
pinot-plugins/pinot-stream-ingestion/README.md

Pinot connectors module

The pinot-connectors module is the place to write any pinot connectors to streams. For exampple, the pinot-connector-kafka-0.9 sub module contains the stream implementation for kafka-0.9. Dependencies to be shared across all sub modules are to be added in the pinot-connectors/pom.xml, and dependencies specific to the specific connector should go in its own pom file