librdkafka
The Apache Kafka C/C++ client library
rd_kafka_group_list Struct Reference

List of groups. More...

#include <rdkafka.h>

Collaboration diagram for rd_kafka_group_list:

Data Fields

struct rd_kafka_group_infogroups
 
int group_cnt
 

Detailed Description

List of groups.

See also
rd_kafka_group_list_destroy() to release list memory.

Field Documentation

◆ groups

struct rd_kafka_group_info* rd_kafka_group_list::groups

Groups

◆ group_cnt

int rd_kafka_group_list::group_cnt

Group count


The documentation for this struct was generated from the following file: