Kafka Broker and Streams Enhancements
Announcing ksqlDB 0.15

Announcing ksqlDB 0.15

2/17/2021 · Rohan Desai

What this post added

ksqlDB 0.15 introduces expanded support for message keys, allowing structured data types (ARRAY, STRUCT) and various serialization formats (JSON, AVRO, PROTOBUF, DELIMITED, KAFKA, JSON_SR) in keys. It also enables PARTITION BY and GROUP BY clauses with multiple expressions for tables and streams with multiple key or primary key columns. Additionally, the DROP command now automatically terminates persistent queries associated with a stream or table, simplifying the management of ksqlDB resources.

Read the original post ↗