I'm trying to understand KSQL and whether it has the appropriate performance characteristics for our use case.
Use Case Given Thousands of IoT connected devices sending telemetry data, have a service that aggregates, ranks and sorts that data into various graphs, and returns that data to each device a real-time stream.
Does KSQL appropriate to this use case - especially when returning a different aggregate set per device?