Azure IoT Operations dataflows source details as "message broker" and azure event hub endpoint - message not received at event hub

Shivkumar Pal 0 Reputation points
2025-05-20T06:52:28.4766667+00:00

Azure IoT Operations dataflows source details as "message broker" and azure event hub endpoint - message not received at event hub.

In the data flows , I have selected default datapoint as source and event hub endpoint as dataflow endpoint. When I publish a message the request is received in the event hub but not the message.

I have checked dataflow endpoints, topic seems to be ok. all the endpoint and dataflow shows succeeded.

User's image

When I tested this with quick start oven asset its working fine.

Can someone help here please.

Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
42 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dominic 1,631 Reputation points Microsoft Employee
    2025-05-22T11:57:49.87+00:00

    Your log file shows these messages appearing in a regular basis:

    librdkafka: Global error: AllBrokersDown (Local: All broker connections are down): 1/1 brokers are down
    Ignored event 'Error' on base producer poll
    

    Currently, these messages appear in the log file if the data flow hasn't received any data from its input for four or five minutes. This does result in a request to the Event Hubs endpoint to keep the connection alive.

    Can you double check that when you're using MQTT Explorer to manually publish a message that you're publishing to the correct topic and that the data source in your data flow is configured to subscribe to this topic?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.