From 6dc94a873f5021361ccb6712ebfde809fad71c4c Mon Sep 17 00:00:00 2001 From: aimov6464 <89815476+aimov6464@users.noreply.github.com> Date: Sun, 18 Jan 2026 23:16:40 +0400 Subject: [PATCH] Enhance README with CI badge and Java note Added CI badge and note about Java version preference. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05b8480..cc3a655 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # distributed-event-processor +![CI](https://github.com/aimov6464/distributed-event-processor/actions/workflows/main.yml/badge.svg) + +Java 25 · Maven · Kafka · Docker +> Note: CI runs on Amazon Corretto 25 (non-LTS). Production deployments may prefer LTS versions (e.g. Java 21). Distributed event processing scaffold for Apache Spark Structured Streaming 3.5+. The goal is to provide a backend-only foundation for building effectively-once pipelines