<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MQTT Events debugging in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4913893#M730</link>
    <description>&lt;P&gt;Fully agree... But how to see that JSON befor any transformation? I think this is a basic requirement to debug stuff...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2026 13:08:14 GMT</pubDate>
    <dc:creator>TePeBox</dc:creator>
    <dc:date>2026-01-07T13:08:14Z</dc:date>
    <item>
      <title>MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4911609#M716</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a MQTT Broker (HiveMQ) which is receiving data from Home Assistant (Mosquitto).&lt;BR /&gt;&lt;BR /&gt;I see data flowing into the MQTT source, at least in the "Data Insights" the chart shows events arriving. Runtime Logs are empty so I assume that there are no errors.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the Message Stream I see in the "Data Insights" tab again a chart, so there should be data arriving. However, the Data Preview tab is empty, I can't see any events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added an Eventhouse destination. The Data Preview is again empty. But there I get Data Deserialization Errors:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "ErrorCode": {
        "value": "Diagnostic: Diagnostic Error",
        "type": "string"
    },
    "TimeGenerated": {
        "value": "2026-01-02 16:18:40Z",
        "type": "datetime"
    },
    "Level": {
        "value": "Warning",
        "type": "string"
    },
    "Category": {
        "value": "Warning",
        "type": "string"
    },
    "ResourceId": {
        "value": "",
        "type": "string"
    },
    "SubscriptionId": {
        "value": "",
        "type": "string"
    },
    "ResourceGroup": {
        "value": "",
        "type": "string"
    },
    "JobName": {
        "value": "",
        "type": "string"
    },
    "OperationName": {
        "value": "",
        "type": "string"
    },
    "Status": {
        "value": "Warning",
        "type": "string"
    },
    "Source": {
        "value": "",
        "type": "string"
    },
    "TypeProperty": {
        "value": "Warning",
        "type": "string"
    },
    "DataErrorType": {
        "value": "",
        "type": "string"
    },
    "ErrorCategory": {
        "value": "Warning",
        "type": "string"
    },
    "BriefMessage": {
        "value": "",
        "type": "string"
    },
    "Message": {
        "value": "First Occurred: 1/2/2026 4:18:38 PM UTC | Resource Name: es-embeddedeventhub | Message: Source 'EventHubInputAdapter' had 14 occurrences of kind 'InputDeserializerError.InvalidData' between processing times '2026-01-02T16:18:36.6674295Z' and '2026-01-02T16:18:38.3290880Z'. Json input stream should either be an array of objects or line separated objects. Found token type: Float\r\n",
        "type": "string"
    },
    "FromTimestamp": {
        "value": null,
        "type": "datetime"
    },
    "ToTimestamp": {
        "value": null,
        "type": "datetime"
    },
    "EventCount": {
        "value": 0,
        "type": "long"
    },
    "GroupSize": {
        "value": 1,
        "type": "long"
    }
}&lt;/PRE&gt;&lt;P&gt;Here's my question: How should I debug these errors when I have no chance to see the data flowing in? From what I can see in "external" tools everything is looking great....&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:29:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4911609#M716</guid>
      <dc:creator>TePe</dc:creator>
      <dc:date>2026-01-02T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4911642#M717</link>
      <description>&lt;PRE&gt;InputDeserializerError.InvalidData&lt;/PRE&gt;
&lt;P&gt;Looks like your data is not coming in in the expected JSON format?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 18:44:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4911642#M717</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-01-02T18:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4913893#M730</link>
      <description>&lt;P&gt;Fully agree... But how to see that JSON befor any transformation? I think this is a basic requirement to debug stuff...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 13:08:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4913893#M730</guid>
      <dc:creator>TePeBox</dc:creator>
      <dc:date>2026-01-07T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4914986#M734</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="548353" data-lia-user-login="TePeBox" class="lia-mention lia-mention-user"&gt;TePeBox&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Welcome to this Microsoft Fabric community forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your messages are passed on by the &lt;SPAN&gt;HiveMQ&lt;/SPAN&gt; MQTT broker to Eventstream (as a subscriber).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you get a client like &lt;A href="https://mqtt-explorer.com/" target="_blank" rel="noopener"&gt;MQTT Explorer&lt;/A&gt;&amp;nbsp;or &lt;A href="https://mqttx.app/" target="_self"&gt;MQTTX&lt;/A&gt; connected to the same topics on the&amp;nbsp;&lt;SPAN&gt;HiveMQ MQTT Broker?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If so, you should be able to peek at the messages being generated and it should look like JSON.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this is also the case, copy one or more of these messages and test them online (it the messages do not contain sensitive data) like&amp;nbsp;&lt;A href="https://jsonlint.com/" target="_blank" rel="noopener"&gt;https://jsonlint.com/&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This will check the JSON format of your messages.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next to that, do you know Azure is offering a great MQTT broker, part of Azure Event Grid Namespace? Notice that security is based on certificates. Check out this &lt;A href="https://sandervandevelde.wordpress.com/2023/10/14/a-first-look-at-azure-eventgrid-mqtt-support/" target="_self"&gt;blog post&lt;/A&gt; for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this answer helps you, a thumbs-up or marking it as accepted answer is appreaciated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 18:43:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4914986#M734</guid>
      <dc:creator>svelde</dc:creator>
      <dc:date>2026-01-08T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4916740#M739</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="111" data-lia-user-login="TePe" class="lia-mention lia-mention-user"&gt;TePe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 13:16:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4916740#M739</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-01-12T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: MQTT Events debugging</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4916751#M740</link>
      <description>&lt;P&gt;So it turned out to be what&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;mentioned, the data was not JSON as I expected. I couldn't believe but it was true. And Kudos to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="629846" data-lia-user-login="svelde" class="lia-mention lia-mention-user"&gt;svelde&lt;/a&gt;&amp;nbsp;which pointed me in the right direction to analyze that.&amp;nbsp;&lt;BR /&gt;Perhaps I'll go and add an idea, still the "debugging" of the Eventstreams is a pain. If there would be a way how to really look at the source events as they flow in (before parsing) the issue would have been solved in minutes. Now I had to connect with 3rd party solutions looking into the stream to fix it. Doable, but a lot of work. I found out some other glitches which make Eventstreams really hard to handle, will add ideas around that as well. But we can close this for now.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 13:26:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/MQTT-Events-debugging/m-p/4916751#M740</guid>
      <dc:creator>TePe</dc:creator>
      <dc:date>2026-01-12T13:26:38Z</dc:date>
    </item>
  </channel>
</rss>

