tree: 51aca3d66e2dac0f40be5352699ca6d830a78377 [path history] [tgz]
  1. pinot-kafka-0.9/
  2. pinot-kafka-2.0/
  3. pinot-kafka-base/
  4. pinot-kinesis/
  5. pinot-pulsar/
  6. pom.xml
  7. 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