Package | Description |
---|---|
io.smallrye.reactive.messaging.kafka | |
io.smallrye.reactive.messaging.kafka.api | |
io.smallrye.reactive.messaging.kafka.impl.ce |
Modifier and Type | Class and Description |
---|---|
class |
OutgoingKafkaRecordMetadata<K>
Deprecated.
use
OutgoingKafkaRecordMetadata instead |
Modifier and Type | Method and Description |
---|---|
OutgoingKafkaRecordMetadata<K> |
OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder.build()
Create the
OutgoingKafkaRecordMetadata instance based on the values set in this builder |
Modifier and Type | Method and Description |
---|---|
static <T,K> Message<T> |
KafkaMetadataUtil.writeOutgoingKafkaMetadata(Message<T> msg,
OutgoingKafkaRecordMetadata<K> outgoingKafkaRecordMetadata)
Write
OutgoingKafkaRecordMetadata to a Message . |
Modifier and Type | Method and Description |
---|---|
static org.apache.kafka.clients.producer.ProducerRecord<?,?> |
KafkaCloudEventHelper.createBinaryRecord(Message<?> message,
String topic,
OutgoingKafkaRecordMetadata<?> metadata,
OutgoingCloudEventMetadata<?> ceMetadata,
KafkaConnectorOutgoingConfiguration configuration) |
static org.apache.kafka.clients.producer.ProducerRecord<?,?> |
KafkaCloudEventHelper.createStructuredRecord(Message<?> message,
String topic,
OutgoingKafkaRecordMetadata<?> metadata,
OutgoingCloudEventMetadata<?> ceMetadata,
KafkaConnectorOutgoingConfiguration configuration) |
Copyright © 2018–2021 SmallRye. All rights reserved.