Hello
Is there a way we can use Ksql to consume events from a topic where multiple types of events are published?
The schema for the events follows a common set of fields with the exception of 1 field called “payload” of type record which is different for different event types.
Thanks