NVIDIA DeepStream SDK API Reference

7.0 Release
nvds_kafka_proto.h File Reference

Go to the source code of this file.

Macros

#define NVDS_MSGAPI_VERSION   "2.0"
 
#define NVDS_MSGAPI_PROTOCOL   "KAFKA"
 
#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CFG   "proto-cfg"
 
#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_PRODUCER_CFG   "producer-proto-cfg"
 
#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CONSUMER_CFG   "consumer-proto-cfg"
 
#define CONFIG_GROUP_MSG_BROKER_PARTITION_KEY   "partition-key"
 
#define CONFIG_GROUP_MSG_BROKER_CONSUMER_GROUP   "consumer-group-id"
 
#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_SHARE_CONNECTION   "share-connection"
 
#define DEFAULT_KAFKA_CONSUMER_GROUP   "test-consumer-group"
 
#define DEFAULT_PARTITION_NAME   "sensor.id"
 

Macro Definition Documentation

◆ CONFIG_GROUP_MSG_BROKER_CONSUMER_GROUP

#define CONFIG_GROUP_MSG_BROKER_CONSUMER_GROUP   "consumer-group-id"

Definition at line 24 of file nvds_kafka_proto.h.

◆ CONFIG_GROUP_MSG_BROKER_PARTITION_KEY

#define CONFIG_GROUP_MSG_BROKER_PARTITION_KEY   "partition-key"

Definition at line 23 of file nvds_kafka_proto.h.

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CFG   "proto-cfg"

Definition at line 20 of file nvds_kafka_proto.h.

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_CONSUMER_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CONSUMER_CFG   "consumer-proto-cfg"

Definition at line 22 of file nvds_kafka_proto.h.

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_PRODUCER_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_PRODUCER_CFG   "producer-proto-cfg"

Definition at line 21 of file nvds_kafka_proto.h.

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_SHARE_CONNECTION

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_SHARE_CONNECTION   "share-connection"

Definition at line 25 of file nvds_kafka_proto.h.

◆ DEFAULT_KAFKA_CONSUMER_GROUP

#define DEFAULT_KAFKA_CONSUMER_GROUP   "test-consumer-group"

Definition at line 26 of file nvds_kafka_proto.h.

◆ DEFAULT_PARTITION_NAME

#define DEFAULT_PARTITION_NAME   "sensor.id"

Definition at line 27 of file nvds_kafka_proto.h.

◆ NVDS_MSGAPI_PROTOCOL

#define NVDS_MSGAPI_PROTOCOL   "KAFKA"

Definition at line 18 of file nvds_kafka_proto.h.

◆ NVDS_MSGAPI_VERSION

#define NVDS_MSGAPI_VERSION   "2.0"

Definition at line 17 of file nvds_kafka_proto.h.