Skip to main content

Real-Time Intelligence

Planned

EventStream to allow MultiJson messages as source

Vote (1) Share
Plinio Nunez's profile image

Plinio Nunez on 28 May 2024 15:56:29

Azure Stream Analytics and KQL can ingest data from EventHub messages in a multi-json fashion. That is, messages do not necessarily have the same schema. This is common in some CDC and IoT scenarios.

ASA will even let us define UDF and custom queries to manage these messages.

While EventStream in fabric is close to be an equivalent of ASA, it is still missing this feature that will let us data engineers better use fabric for event consumption.


Administrator on 31 Oct 2024 19:04:22

Product team is working on a feature which allows customers to write SQL language (JS UDF is also part of this feature) to process the data when the needed data processing logic is not supported with the existing built-in functions. Stay tuned.

Comments (1)
Plinio Nunez's profile image Profile Picture

Xu Jiang on 17 Jun 2024 03:04:19

RE: EventStream to allow MultiJson messages as source

Product team is working on a feature which allows customers to write SQL language (JS UDF is also part of this feature) to process the data when the needed data processing logic is not supported with the existing built-in functions. Stay tuned.