Hacker News new | ask | show | jobs
by Gee101 291 days ago
Have you found a good Head for Kafka to easily query the Topics using a SQL like language? Especially something that can infer table schema from the Schema Registry.
1 comments

KSQL?
It's not a create solution and Confluent is not really investing in it anymore.
True, they've gone all in on Flink, which can also do what you want. And I suspect SparkSQL can do it also these days, but I haven't looked at that for ages.

Good luck!