Apache Kafka reader/writer support for Hazelcast Jet.
-
Enables or disables the exactly-once behavior of the sink using
two-phase commit of state snapshots.
Sets the function to extract the key from the stream items.
Sets the function to extract the value from the stream items.
Returns a builder object that you can use to create an Apache Kafka
pipeline sink.
Returns a builder object that you can use to create an Apache Kafka
pipeline sink.
Sets the topic to write the messages to, if you write all messages
to a single topic.
KafkaSinks.Builder.toRecordFn(FunctionEx<? super E,? extends org.apache.kafka.clients.producer.ProducerRecord<?,?>> toRecordFn)
Sets the function to convert stream items into Kafka's
ProducerRecord
.