RD_KAFKA_DEBUG_CONTEXTS

@brief Supported debug contexts. (compile time)

@deprecated This compile time value may be outdated at runtime due to linking another version of the library. Use rd_kafka_get_debug_contexts() instead.

extern (C) nothrow @nogc deprecated
enum RD_KAFKA_DEBUG_CONTEXTS = "all,generic,broker,topic,metadata,queue,msg,protocol,cgrp,security,fetch,feature";

Meta