rd_kafka_queue_forward

@brief Forward/re-route queue \p src to \p dst. If \p dst is \c NULL the forwarding is removed.

The internal refcounts for both queues are increased.

@remark Regardless of whether \p dst is NULL or not, after calling this function, \p src will not forward it's fetch queue to the consumer queue.

extern (C) nothrow @nogc
void
rd_kafka_queue_forward

Meta