Class EventAsyncKafkaExporter
java.lang.Object
io.confluent.telemetry.events.exporter.kafka.async.AsyncKafkaExporter<io.confluent.telemetry.api.events.Event>
io.confluent.telemetry.events.exporter.kafka.EventAsyncKafkaExporter
- All Implemented Interfaces:
Exporter<io.confluent.telemetry.api.events.Event>, AutoCloseable, org.apache.kafka.common.Configurable, org.apache.kafka.common.Reconfigurable
public class EventAsyncKafkaExporter
extends AsyncKafkaExporter<io.confluent.telemetry.api.events.Event>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from class AsyncKafkaExporter
buffer, close, configure, emit, isProducerCreated, newBuilder, producer, reconfigurableConfigs, reconfigure, validateReconfigurationMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Exporter
routeReady
-
Field Details
-
format
public static io.cloudevents.core.format.EventFormat format
-
-
Method Details
-
newBuilder
-