se.irori.kafka:claim-check-interceptors-azure

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.

License

License

GroupId

GroupId

se.irori.kafka
ArtifactId

ArtifactId

claim-check-interceptors-azure
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download claim-check-interceptors-azure

How to add to project

<!-- https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-azure/ -->
<dependency>
    <groupId>se.irori.kafka</groupId>
    <artifactId>claim-check-interceptors-azure</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-azure/
implementation 'se.irori.kafka:claim-check-interceptors-azure:1.0.0'
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-interceptors-azure/
implementation ("se.irori.kafka:claim-check-interceptors-azure:1.0.0")
'se.irori.kafka:claim-check-interceptors-azure:jar:1.0.0'
<dependency org="se.irori.kafka" name="claim-check-interceptors-azure" rev="1.0.0">
  <artifact name="claim-check-interceptors-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.irori.kafka', module='claim-check-interceptors-azure', version='1.0.0')
)
libraryDependencies += "se.irori.kafka" % "claim-check-interceptors-azure" % "1.0.0"
[se.irori.kafka/claim-check-interceptors-azure "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
se.irori.kafka : claim-check-interceptors-core jar 1.0.0
com.azure : azure-storage-blob jar 12.16.0

test (5)

Group / Artifact Type Version
se.irori.kafka : claim-check-test-tools jar 1.0.0
junit : junit jar 4.13.2
org.testcontainers : testcontainers jar 1.17.1
org.testcontainers : kafka jar 1.17.1
org.slf4j : slf4j-simple jar 1.7.36

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.7.1
0.7.0