Atlas Stream Processing Changelog
On this page
2024 Releases
23 October 2024 Release
Always retries processors when the target cluster is in the
REPAIRING
state.Fixes the
partitionIdleTimeout
after the checkpoint restore.Adds more watermark and window information to verbose stats.
Ensures calls to produce messages to Apache Kafka don't hang indefinitely, even when the producer queue is full.
11 October 2024 Release
Supports ingesting multitopic Apache Kafka sources.
Updates Apache Kafka
offsets
for consumer groups to near-real time.Supports the
compression.type
andacks
settings in the Apache Kafka $emit configuration.Supports collectionless $lookup syntax.
Standardizes the way Atlas Stream Processing serializes Apache Kafka errors into a string.
Increases the $emit and $merge dynamic expression limit to
1000
.Handles $lookup with unique
connectionName
inside window pipeline.Improves paused cluster errors.
28 August 2024 Release
Supports converting from
Binary
data to various data types using $convert. This allows you to transform Kafka headers into specific data types as needed.Stream processors that use Apache Kafka as a source expose per-partition watermarks in
sp.processor.stats()
.Fixes a bug where users were unable to create stream processing instances in certain regions through the API.