nvmsgbroker (kafka) fixed port 9092??

Hello,
I try to get deepstream-test4 running.

I set the connection properties to the kafka broker via --conn-str (172.17.0.1;32794;topic5), but it keeps trying to connect to port 9092.

RUN:

./deepstream-test4-app -i samples/streams/sample_720p.h264 -p deepstream-4.0/lib/libnvds_kafka_proto.so --conn-str="172.17.0.1;32794;topic5"

Output:

%3|1568982609.068|FAIL|rdkafka#producer-1| [thrd:172.17.0.1:9092/bootstrap]: 172.17.0.1:9092/bootstrap: Connect to ipv4#172.17.0.1:9092 failed: Connection refused
%3|1568982609.068|ERROR|rdkafka#producer-1| [thrd:172.17.0.1:9092/bootstrap]: 172.17.0.1:9092/bootstrap: Connect to ipv4#172.17.0.1:9092 failed: Connection refused
%3|1568982609.068|ERROR|rdkafka#producer-1| [thrd:172.17.0.1:9092/bootstrap]: 1/1 brokers are down

Any ideas to solve that?

Hi,
We have steps to launch a serve in a. part in
[url]https://devtalk.nvidia.com/default/topic/1050628/deepstream-sdk/how-to-create-a-gstreamer-plugin-to-extract-the-roi/post/5337255/#5337255[/url]

Do you also refer to deepstream_360_d_smart_parking_application to launch your server?

Hi,
Please upgrade to DS4.0.1 and try again.

Hi ronja_gueldenring,

You can referring [url]https://kafka.apache.org/quickstart[/url] to run on the server.
And change the port to 32794.