tree: 2591fed5d63e42e887af3e2a347e90f8d35acd35 [path history] [tgz]
  1. pinot-connector-kafka-0.9/
  2. pinot-connector-kafka-2.0/
  3. pinot-connector-kafka-base/
  4. pom.xml
  5. README.md
pinot-connectors/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