Last Version

se.irori.kafka:claim-check-interceptors-parent 1.0.0

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-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

se.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.

Download claim-check-interceptors-parent 1.0.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • claim-check-interceptors-core
  • claim-check-interceptors-azure
  • claim-check-interceptors-azure-8
  • claim-check-test-tools