Kafka NvMsgConv and NvMsgBroker

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - GPU
• DeepStream Version - 5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 10.2
• Sample application and the configuration file content
• Reproduce steps
• Reproducing rate and duration

I adapted deepstream-test4 for my use case and the kafka nvmsgbroker and deepstream inference is stuck after inferring 7 frames and sending 7 messages. I am able to receive 7 messages on the consumer. It doesn’t throw any error, but the pipeline is just stuck.

You can change sink type from broker to other type like fakesink to see if the pipeline stuck, if not stuck, the issue should be not related to broker, something like that, until find which components caused your pipeline stuck.
if possile, you could share the sample for a local try.