Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.14 KB

Apache Kafka Examples

This repository contains a set of examples to be used with Apache Kafka and other open source components.

  • Timer Camel Kafka Connector: A simple example of how to use the Apache Camel subproject plugins with Kafka Connect using the Camel Kafka Timer connector.

System Requirements

These applications are designed to be run with Apache Kafka 2.x versions. To compile and run these projects you will also need:

  • Docker:
    • Docker version 1.11 or later is installed and running.
    • Docker Compose is installed. Docker Compose is installed by default with Docker for Mac.
    • Docker memory is allocated minimally at 8 GB. When using Docker Desktop for Mac, the default Docker memory allocation is 2 GB. You can change the default allocation to 8 GB in Docker > Preferences > Advanced.
  • Git.
  • jq JSON processor
  • Kafkacat utility
  • JDK 8 or 11+
  • Maven 3
  • GraalVM Community
  • Internet connectivity.