RD_KAFKA_PARTITION_UA

@brief Unassigned partition.

The unassigned partition is used by the producer API for messages that should be partitioned using the configured or default partitioner.

extern (C) nothrow @nogc
enum int RD_KAFKA_PARTITION_UA;

Meta