com.bybutter.sisyphus.middleware.kafka.KafkaExceptionHandler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sisyphus-kafka2 Show documentation
Show all versions of sisyphus-kafka2 Show documentation
Middleware for using Kafka in Sisyphus Project
package com.bybutter.sisyphus.middleware.kafka
import org.apache.kafka.clients.consumer.ConsumerRecord
interface KafkaExceptionHandler {
fun onException(record: ConsumerRecord<*, *>, exception: Exception): KafkaExceptionPolicy
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy