Overview

Available in this library are Streaming Expressions which interact with Kafka. They provide the ability for a Solr pipeline to act as both Kafka consumers and publishers.

Dependencies

To make use of this library the following .jar files will need to be added to your Solr classpath.

Kafka Clients

Because the Apache Kafka Clients library is used for all communication with Kafka brokers it will need to be included in your Solr classpath. Main releases can be found here and javadocs can be found here.