Last Version

Recoverable Kafka Producer 1.0.1

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

License

License

Categories

Categories

Data
GroupId

GroupId

com.hevodata
ArtifactId

ArtifactId

recoverable-kafka-producer
Version

Version

1.0.1
Type

Type

jar
Description

Description

Recoverable 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

https://github.com/hevoio/recoverable-kafka-producer
Source Code Management

Source Code Management

https://github.com/hevoio/recoverable-kafka-producer/tree/master

Download recoverable-kafka-producer 1.0.1


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

Dependencies

compile (6)

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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.