rd_kafka_topic_partition_available

@brief Check if partition is available (has a leader broker).

@returns 1 if the partition is available, else 0.

@warning This function must only be called from inside a partitioner function

extern (C) nothrow @nogc
int
rd_kafka_topic_partition_available
(,
int32_t partition
)

Meta