Getting Started

Prerequisites

To start using Eventify, you will need:

  • Java 11 or later
  • Apache Kafka 3.0.0 or later
  • (Optional) Spring Boot 3.0.0 or later

Installation

You can include Eventify in your project by adding the following dependency to your pom.xml file:

<dependency>
    <groupId>com.example</groupId>
    <artifactId>eventify</artifactId>
    <version>1.0.0</version>
</dependency>

Configuration