Skip to content

jexxa-projects/ESPAdapters

Repository files navigation

Maven Test Build Maven Central License

ESPAdapters

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.


🚀 Features

  • 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.

🧡 Requirements

  • Java 25+
  • IDE with Maven or Gradle support (IntelliJ, Eclipse, VS Code)

📦 Adding ESPAdapters to Your Jexxa-Project

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.


📚 Resources


📜 License

About

Jexxa Adapters for Event Stream Processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages