ESPAdapters is an extension for Jexxa and JLegMed that adds Event Stream Processing (ESP) capabilities.
It provides templates and utilities for integrating event-driven architectures in JLegMed applications, leveraging common microservice and messaging patterns.
- Seamless integration with Jexxa and JLegMed frameworks.
- Event Stream Processing: Consume, filter, and transform events in real time from Kafka.
- Production-ready: Compatible with cloud deployments and local development stacks.
- Java 25+
- IDE with Maven or Gradle support (IntelliJ, Eclipse, VS Code)
Maven:
<dependency>
<groupId>io.jexxa.esp</groupId>
<artifactId>esp-adapters-core</artifactId>
<version>0.6.0</version>
</dependency>Gradle:
implementation "io.jexxa.esp:esp-adapters-core:0.6.0"Once the dependency is added, ESPAdapters is ready to use — no local build required.
- Source code: Apache 2.0 License - see TLDR legal
- Documentation: Creative Commons
- ©️ 2025 Michael Repplinger