Company
Date Published
Author
Victoria Xia, Tom Nguyen, Wade Waldron
Word count
1108
Language
English
Hacker News points
1

Summary

The announcement of ksqlDB 0.24 introduces significant enhancements, including the ability to access Apache Kafka® record headers, which expands potential use cases for analytics and processing existing Kafka topics. New JSON functions simplify handling unstructured data by allowing users to process JSON structures and serialize ksqlDB data types into JSON strings, with functions like IS_JSON_STRING, JSON_CONCAT, JSON_RECORDS, JSON_KEYS, JSON_ARRAY_LENGTH, and TO_JSON_STRING. The update also includes the addition of a LIMIT clause for pull queries, enabling users to control data volume client-side. Additionally, users can now specify key_schema_id or value_schema_id in stream and table-creation commands, facilitating schema management with the Schema Registry. These updates aim to enhance the product's functionality, encouraging users to explore new use cases and community resources while utilizing the standalone distribution or Confluent.