| Package | Description |
|---|---|
| com.github.danielwegener.logback.kafka.delivery |
| Modifier and Type | Method and Description |
|---|---|
<K,V,E> boolean |
BlockingDeliveryStrategy.send(org.apache.kafka.clients.producer.Producer<K,V> producer,
org.apache.kafka.clients.producer.ProducerRecord<K,V> record,
E event,
FailedDeliveryCallback<E> failureCallback) |
<K,V,E> boolean |
AsynchronousDeliveryStrategy.send(org.apache.kafka.clients.producer.Producer<K,V> producer,
org.apache.kafka.clients.producer.ProducerRecord<K,V> record,
E event,
FailedDeliveryCallback<E> failedDeliveryCallback) |
<K,V,E> boolean |
DeliveryStrategy.send(org.apache.kafka.clients.producer.Producer<K,V> producer,
org.apache.kafka.clients.producer.ProducerRecord<K,V> record,
E event,
FailedDeliveryCallback<E> failedDeliveryCallback)
Sends a message to a kafka producer and somehow deals with failures.
|
Copyright © 2015–2016. All rights reserved.