Modulesยง
- opaque_
type ๐
Structsยง
- Kafka
Config - Kafka
Payload ๐Writer - Kafka
Sink - Kafka
Sink Writer - RdKafka
Properties Producer - See https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md for the detailed meaning of these librdkafka producer properties
Enumsยง
Constantsยง
- KAFKA_
SINK - KAFKA_
WRITER_ ๐MAX_ QUEUE_ SIZE - The default queue size used to enforce a commit in kafka producer if
queue.buffering.max.messages
is not specified. This default value is determined based on the librdkafka default. See the following doc for more details: https://github.com/confluentinc/librdkafka/blob/1cb80090dfc75f5a36eae3f4f8844b14885c045e/CONFIGURATION.md - KAFKA_
WRITER_ ๐MAX_ QUEUE_ SIZE_ RATIO - When the
DeliveryFuture
the currentfuture_delivery_buffer
is buffering is greater thanqueue_buffering_max_messages
*KAFKA_WRITER_MAX_QUEUE_SIZE_RATIO
, then enforcing commit once
Functionsยง
- _default_
max_ ๐in_ flight_ requests_ per_ connection - _default_
max_ ๐retries - _default_
retry_ ๐backoff