rd_kafka_get_debug_contexts method

Pointer<Char> rd_kafka_get_debug_contexts()

@brief Retrieve supported debug contexts for use with the \c "debug" configuration property. (runtime)

@returns Comma-separated list of available debugging contexts.

Implementation

ffi.Pointer<ffi.Char> rd_kafka_get_debug_contexts() {
  return _rd_kafka_get_debug_contexts();
}