confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
128 stars 1.04k forks source link

KSQL should support data in XML format #659

Open danphanley opened 6 years ago

danphanley commented 6 years ago

Deserialize the body of the message (could be XML) into column format, filter on the column value and write the body untouched to a destination topic

apurvam commented 6 years ago

What is the schema of the stream you have in mind? We can filter by any column in your schema, so I am not sure what the question is.

danphanley commented 6 years ago

The ask here is really about the ability to parse XML from the message body into a column format for filtering.

sarwarbhuiyan commented 5 years ago

It sounds like another option could be a UDF like XPATH on an xml column