com.aim2be:processed-kafka-events (1.1.0-SNAPSHOT)

Published 2026-05-28 17:12:04 +02:00 by hibryda

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.aim2be</groupId>
	<artifactId>processed-kafka-events</artifactId>
	<version>1.1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.aim2be:processed-kafka-events:1.1.0-SNAPSHOT

About this package

Consumer-side compound-PK Kafka dedup (ADR-0014 D-4).

Dependencies

org.springframework.boot:spring-boot-starter-data-jpa
org.springframework.boot:spring-boot-autoconfigure
org.springframework.boot:spring-boot-starter-validation
org.springframework.kafka:spring-kafka
io.micrometer:micrometer-core
io.opentelemetry:opentelemetry-api
org.springframework.boot:spring-boot-starter-test
org.testcontainers:postgresql
${testcontainers.version}
org.testcontainers:junit-jupiter
${testcontainers.version}
org.flywaydb:flyway-core
org.flywaydb:flyway-database-postgresql
org.postgresql:postgresql
com.h2database:h2
Details
Maven
2026-05-28 17:12:04 +02:00
34
im2be-platform-libs :: processed-kafka-events
1.1 MiB
Assets (27)
Versions (1) View all
1.1.0-SNAPSHOT 2026-05-28