| License |
License
Eclipse Public License, Version 2.0
|
|---|---|
| GroupId | GroupIdcom.rentpath |
| ArtifactId | ArtifactIdkafka-streams-exception-handlers |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKafka Streams Exception Handlers
Custom exception handler classes for Kafka Streams to engage reporting to external services such as Sentry
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.rentpath/kafka-streams-exception-handlers/ -->
<dependency>
<groupId>com.rentpath</groupId>
<artifactId>kafka-streams-exception-handlers</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rentpath/kafka-streams-exception-handlers/
implementation 'com.rentpath:kafka-streams-exception-handlers:0.1.0'
// https://jarcasting.com/artifacts/com.rentpath/kafka-streams-exception-handlers/
implementation ("com.rentpath:kafka-streams-exception-handlers:0.1.0")
'com.rentpath:kafka-streams-exception-handlers:jar:0.1.0'
<dependency org="com.rentpath" name="kafka-streams-exception-handlers" rev="0.1.0">
<artifact name="kafka-streams-exception-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rentpath', module='kafka-streams-exception-handlers', version='0.1.0')
)
libraryDependencies += "com.rentpath" % "kafka-streams-exception-handlers" % "0.1.0"
[com.rentpath/kafka-streams-exception-handlers "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.sentry : sentry | jar | 1.7.27 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.kafka : connect-api | jar | 2.1.1 |
| org.apache.kafka : kafka-streams | jar | 2.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |