Package-level declarations
Types
Functions
Link copied to clipboard
This function acknowledges the processing of the ReceiverRecord by committing its offset.
Link copied to clipboard
This function commits the ReceiverOffset suspending the coroutine until the commit operation is complete.
This function commits the ReceiverOffset of the ReceiverRecord suspending the coroutine until the commit operation is complete.
Link copied to clipboard
This function creates a KafkaReceiver using provided receiver options.
Link copied to clipboard
fun <K, V> kafkaReceiverFlow(options: MutableReceiverOptions<K, V>.() -> Unit): Flow<ReceiverRecord<K, V>>
This function creates a KafkaReceiver and converts it into a Flow using provided options.
Link copied to clipboard
This function creates a KafkaSender using provided sender options.
Link copied to clipboard
Link copied to clipboard
This function provides ReceiverOptions using provided options.
Link copied to clipboard
This function creates SenderOptions using the provided configuration block.