MapR Event Store For Apache Kafka Application Requirements

The following tables include the minimal node requirements for building and running MapR Event Store For Apache Kafka consumer and producer applications.

Java Applications

Node Requirement Method(s) to Meet Requirement
A connection to the MapR cluster.
Select one of the following options:
  • Install and configure the MapR client.
  • Install the PACC and run an application container.
  • Use the MapR File System JAR to connect to the cluster.

For more information, see Connect to the Cluster.

The MapR Streams Java Client is installed.

Install the MapR Event Store For Apache Kafka Java Client. The MapR Event Store For Apache Kafka Java client (mapr-kafka) is available as part of the EEP installation. For more information, see 6.1 Installation.

NOTE The MapR Streams Java Client is include when you install PACC.
MapR Streams Java client and the MapR Streams project library files are configured as an application dependency.

When you build the application, use the Maven Repository to determine the dependencies. The POM file should include the MapR Repository, the MapR Event Store For Apache Kafka Java Client dependency, and the MapR Event Store For Apache Kafka project dependency.

When you run an application, include the dependencies in the application's classpath.

For more information, see Compiling and Running MapR Event Store For Apache Kafka Java Apps

Other Items

If an ecosystem component, such as Spark, runs or integrates with the application, you may need to include additional dependencies in the POM file.