| License |
License |
|---|---|
| GroupId | GroupIdse.irori.kafka |
| ArtifactId | ArtifactIdclaim-check-interceptors-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionse.irori.kafka:claim-check-interceptors-parent
Claim Check interceptor library for Kafka clients
Allows Java Kafka clients to seamlessly add a set of interceptors, and (de)serializers to
apply the Claim check pattern, where large messages are stored in a separate datastore, and
a reference is kept as a Kafka header.
Currently an Azure Blob Storage backend is implemented.
|
| Filename | Size |
|---|---|
| claim-check-interceptors-parent-1.0.0.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-parent/ -->
<dependency>
<groupId>se.irori.kafka</groupId>
<artifactId>claim-check-interceptors-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-parent/
implementation 'se.irori.kafka:claim-check-interceptors-parent:1.0.0'
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-parent/
implementation ("se.irori.kafka:claim-check-interceptors-parent:1.0.0")
'se.irori.kafka:claim-check-interceptors-parent:pom:1.0.0'
<dependency org="se.irori.kafka" name="claim-check-interceptors-parent" rev="1.0.0">
<artifact name="claim-check-interceptors-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.irori.kafka', module='claim-check-interceptors-parent', version='1.0.0')
)
libraryDependencies += "se.irori.kafka" % "claim-check-interceptors-parent" % "1.0.0"
[se.irori.kafka/claim-check-interceptors-parent "1.0.0"]