License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.hevodata |
ArtifactId | ArtifactIdrecoverable-kafka-producer |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRecoverable Kafka Producer
Achieve data integrity in Kafka at scale, to solve for cases where the records in Kafka buffer were
getting dropped due to application crashes, Kafka broker crashes etc
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hevodata/recoverable-kafka-producer/ -->
<dependency>
<groupId>com.hevodata</groupId>
<artifactId>recoverable-kafka-producer</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hevodata/recoverable-kafka-producer/
implementation 'com.hevodata:recoverable-kafka-producer:1.0.1'
// https://jarcasting.com/artifacts/com.hevodata/recoverable-kafka-producer/
implementation ("com.hevodata:recoverable-kafka-producer:1.0.1")
'com.hevodata:recoverable-kafka-producer:jar:1.0.1'
<dependency org="com.hevodata" name="recoverable-kafka-producer" rev="1.0.1">
<artifact name="recoverable-kafka-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hevodata', module='recoverable-kafka-producer', version='1.0.1')
)
libraryDependencies += "com.hevodata" % "recoverable-kafka-producer" % "1.0.1"
[com.hevodata/recoverable-kafka-producer "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
org.apache.kafka : kafka-clients | jar | 2.2.0 |
com.leansoft » bigqueue | jar | 0.7.0 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.apache.commons : commons-io | jar | 1.3.2 |
com.google.guava : guava | jar | 30.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |