GeneralStage.writeTo(Sink) method.KafkaSinks.kafka(Properties, FunctionEx) which creates
a ProducerRecord using the given topic and the given key and value
mapping functionsKafkaSinks.kafka(Properties, String, FunctionEx, FunctionEx)
which expects Map.Entry<K, V> as input and extracts its key and value
parts to be published to Kafka.KafkaSources.kafka(Properties, FunctionEx, String...)
wrapping the output in Map.Entry.Map.Entry instances.KafkaSources.kafka(Properties, FunctionEx, String...).ProducerRecord.KafkaSinks.kafka(Properties, String, FunctionEx, FunctionEx).KafkaSinks.kafka(Properties, FunctionEx).Copyright © 2022 Hazelcast, Inc.. All rights reserved.