| License |
License |
|---|---|
| GroupId | GroupIdse.irori.kafka |
| ArtifactId | ArtifactIdclaim-check-test-tools |
| Version | Version0.7.0 |
| Type | Typejar |
| Description |
DescriptionClaim 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.
|
<!-- https://jarcasting.com/artifacts/se.irori.kafka/claim-check-test-tools/ -->
<dependency>
<groupId>se.irori.kafka</groupId>
<artifactId>claim-check-test-tools</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-test-tools/
implementation 'se.irori.kafka:claim-check-test-tools:0.7.0'
// https://jarcasting.com/artifacts/se.irori.kafka/claim-check-test-tools/
implementation ("se.irori.kafka:claim-check-test-tools:0.7.0")
'se.irori.kafka:claim-check-test-tools:jar:0.7.0'
<dependency org="se.irori.kafka" name="claim-check-test-tools" rev="0.7.0">
<artifact name="claim-check-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.irori.kafka', module='claim-check-test-tools', version='0.7.0')
)
libraryDependencies += "se.irori.kafka" % "claim-check-test-tools" % "0.7.0"
[se.irori.kafka/claim-check-test-tools "0.7.0"]