com.aim2be:error-event-publisher (1.1.0-SNAPSHOT)

Published 2026-05-31 00:33:23 +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>error-event-publisher</artifactId>
	<version>1.1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.aim2be:error-event-publisher:1.1.0-SNAPSHOT

About this package

Durable cross-service error-event Kafka stream via the outbox (ADR-0015).

Dependencies

com.aim2be:outbox-publisher
${project.version}
com.aim2be:proto-observability
${proto-observability.version}
org.springframework.boot:spring-boot-autoconfigure
org.springframework:spring-tx
org.springframework.boot:spring-boot-starter-validation
org.springframework.boot:spring-boot-starter-test
io.opentelemetry:opentelemetry-api