NVIDIA DeepStream SDK API Reference

9.0 Release
sources/libs/kafka_protocol_adaptor/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"

◆ CONFIG_GROUP_MSG_BROKER_PARTITION_KEY

#define CONFIG_GROUP_MSG_BROKER_PARTITION_KEY   "partition-key"

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CFG   "proto-cfg"

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_CONSUMER_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_CONSUMER_CFG   "consumer-proto-cfg"

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_PRODUCER_CFG

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_PRODUCER_CFG   "producer-proto-cfg"

◆ CONFIG_GROUP_MSG_BROKER_RDKAFKA_SHARE_CONNECTION

#define CONFIG_GROUP_MSG_BROKER_RDKAFKA_SHARE_CONNECTION   "share-connection"

◆ DEFAULT_KAFKA_CONSUMER_GROUP

#define DEFAULT_KAFKA_CONSUMER_GROUP   "test-consumer-group"

◆ DEFAULT_PARTITION_NAME

#define DEFAULT_PARTITION_NAME   "sensor.id"

◆ NVDS_MSGAPI_PROTOCOL

#define NVDS_MSGAPI_PROTOCOL   "KAFKA"

◆ NVDS_MSGAPI_VERSION

#define NVDS_MSGAPI_VERSION   "2.0"