<?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: Formatting AVRO during Eventstreaming from ConfluentCloud in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4118115#M173</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your suggestion, I'm trying to figure out exactly what schema the event stream is using when trying to deserialize the payload, but I can't seem to work it out. I find it very hard to debug in the event stream.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you possibly tell me where, within the event stream, I would find the schema it is using or perhaps tell me how I could debug the event stream?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Troels&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 07:55:09 GMT</pubDate>
    <dc:creator>TroelsHJ</dc:creator>
    <dc:date>2024-08-26T07:55:09Z</dc:date>
    <item>
      <title>Formatting AVRO during Eventstreaming from ConfluentCloud</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4115917#M171</link>
      <description>&lt;DIV class=""&gt;Hi&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I'm attempting to consume data from our Confluent Could Kafka environment, but I keep getting an error saying that the payloads are not formatted correctly according to the AVRO format.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The exact message is this:&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;I&gt;Data preview "MasterDataStream_Test": ["Source 'EventHubInputAdapter' had 1 occurrences of kind 'InputDeserializerError.InvalidData' between processing times '2024-08-23T14:02:15.4723431Z' and '2024-08-23T14:02:15.4723431Z'. Invalid Avro Format, drop invalid record.","Source 'EventHubInputAdapter' had 1 occurrences of kind 'InputDeserializerError.InvalidData' between processing times '2024-08-23T14:02:15.4723431Z' and '2024-08-23T14:02:15.4723431Z'. Invalid Avro Format, drop invalid record.","Source 'EventHubInputAdapter' had 1 occurrences of kind 'InputDeserializerError.InvalidData' between processing times '2024-08-23T14:02:15.4723431Z' and '2024-08-23T14:02:15.4723431Z'. Invalid Avro Format, drop invalid record.","Source 'EventHubInputAdapter' had 1 occurrences of kind 'InputDeserializerError.InvalidData' between processing times '2024-08-23T14:02:15.4723431Z' and '2024-08-23T14:02:15.4723431Z'. Invalid Avro Format, drop invalid record."]&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Looking at the data insight within the eventstream, it appears that my connection can consume data, but is not able to deserialize and display it.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;We're using the AVRO format when distributing data via Kafka and we have multiple other in-house services that can consume, deserialize, and work with the formatted data.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The following is an example of a message payload:&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[
    {
        "exceededFields": null,
        "headers": [
        ],
        "key": {
            "data": [
                0,
                0,
                0,
                0,
                0,
                13,
                23,
                106
            ],
            "type": "Buffer"
        },
        "offset": 392735,
        "partition": 1,
        "timestamp": 1706708606183,
        "timestampType": "CREATE_TIME",
        "value": {
            "created": {
                "long": 1706708606038
            },
            "created_date": {
                "long": 1702637923000
            },
            "is_deleted": {
                "boolean": false
            },
            "order_number": {
                "string": "ABC123"
            },
            "order_states_id": {
                "long": 30
            },
            "orders_id": {
                "long": 123123
            },
            "public_id": {
                "long": 123123
            },
            "source_data_version": {
                "long": 879127895786
            },
            "styles_public_id": {
                "long": 123123
            },
            "updated": {
                "long": 1706708606038
            },
            "vendor_name": {
                "string": "VENDOR_NAME"
            },
            "vendor_number": {
                "string": "VENDOR_NUMBER"
            }
        }
    }
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;So my concern is regarding the AVRO deserialization within the eventstream activity.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Are we wrongful in our AVRO format or could there be some issue with the way the format is handled within the eventstream?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Aug 2024 14:27:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4115917#M171</guid>
      <dc:creator>TroelsHJ</dc:creator>
      <dc:date>2024-08-23T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting AVRO during Eventstreaming from ConfluentCloud</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4117599#M172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="796362" data-lia-user-login="TroelsHJ" class="lia-mention lia-mention-user"&gt;TroelsHJ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error messages you've received suggest that the data is not in the expected AVRO format.&amp;nbsp;Ensure that the AVRO schema used by the event stream is fully compatible with the schema used to serialize the data in Kafka.&lt;/P&gt;
&lt;P&gt;For more detail, please refer:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/process-events-using-event-processor-editor?pivots=enhanced-capabilities#authoring-errors" target="_blank"&gt;Process event data with the event processor editor - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 02:37:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4117599#M172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-26T02:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting AVRO during Eventstreaming from ConfluentCloud</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4118115#M173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your suggestion, I'm trying to figure out exactly what schema the event stream is using when trying to deserialize the payload, but I can't seem to work it out. I find it very hard to debug in the event stream.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you possibly tell me where, within the event stream, I would find the schema it is using or perhaps tell me how I could debug the event stream?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Troels&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 07:55:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Formatting-AVRO-during-Eventstreaming-from-ConfluentCloud/m-p/4118115#M173</guid>
      <dc:creator>TroelsHJ</dc:creator>
      <dc:date>2024-08-26T07:55:09Z</dc:date>
    </item>
  </channel>
</rss>

