<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Streaming on Project Wintermute</title><link>https://wintermutecore.com/tags/streaming/</link><description>Recent content in Streaming on Project Wintermute</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 27 Jul 2026 14:00:07 +0000</lastBuildDate><atom:link href="https://wintermutecore.com/tags/streaming/index.xml" rel="self" type="application/rss+xml"/><item><title>Benthos CDC And Storage Connector Notes</title><link>https://wintermutecore.com/posts/benthos-cdc-storage-operator-notes/</link><pubDate>Mon, 27 Jul 2026 14:00:07 +0000</pubDate><guid>https://wintermutecore.com/posts/benthos-cdc-storage-operator-notes/</guid><description>&lt;p&gt;&lt;a href="https://github.com/benthosdev/benthos"&gt;Benthos&lt;/a&gt; is a Go stream processor used to connect data systems without adding another application service. Its latest 11 commits touch 31 files, with 803 insertions and 242 deletions, but the useful operator story is narrower: better CDC evidence, fewer storage connector edge cases, and more explicit configuration.&lt;/p&gt;</description></item><item><title>Go TLS And Compiler Safety Notes For Data Services</title><link>https://wintermutecore.com/posts/go-tls-compiler-safety-data-services/</link><pubDate>Sun, 26 Jul 2026 14:00:07 +0000</pubDate><guid>https://wintermutecore.com/posts/go-tls-compiler-safety-data-services/</guid><description>&lt;p&gt;The &lt;a href="https://github.com/golang/go"&gt;Go project&lt;/a&gt; recorded 62 commits across 342 files in the review window. For engineers running Go data services, the useful signals are stricter TLS parsing, compiler correctness fixes on several targets, and more reliable coverage for selected dependencies.&lt;/p&gt;</description></item><item><title>Apache Spark Cache And Streaming Metadata Notes</title><link>https://wintermutecore.com/posts/apache-spark-cache-streaming-metadata/</link><pubDate>Tue, 21 Jul 2026 14:00:07 +0000</pubDate><guid>https://wintermutecore.com/posts/apache-spark-cache-streaming-metadata/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/spark"&gt;Apache Spark&lt;/a&gt; had a busy week, with 108 commits on &lt;code&gt;master&lt;/code&gt; and several changes that matter to data platform teams more than application authors. The main thread is practical: cache layout, Kafka metadata calls, Real Time Mode checkpoint cost, and catalog metadata that needs to be correct when tools read JSON output.&lt;/p&gt;</description></item><item><title>Apache Beam Runner And IO Readiness Notes</title><link>https://wintermutecore.com/posts/apache-beam-runner-io-readiness/</link><pubDate>Thu, 16 Jul 2026 14:00:02 +0000</pubDate><guid>https://wintermutecore.com/posts/apache-beam-runner-io-readiness/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apache/beam"&gt;Apache Beam&lt;/a&gt; had a busy week, with 53 commits touching 163 files and a clear focus on making runners, containers, and IO paths less fragile. The useful story is not the dependency volume by itself. It is the work around Java 21 access, Dataflow options, and connector behavior that changes what pipeline operators can trust in test and release paths.&lt;/p&gt;</description></item><item><title>ingestr v1.0.78 - CDC State and Streaming Mode Changes</title><link>https://wintermutecore.com/posts/ingestr-v1-0-78-cdc-streaming-state/</link><pubDate>Thu, 16 Jul 2026 07:31:13 +0000</pubDate><guid>https://wintermutecore.com/posts/ingestr-v1-0-78-cdc-streaming-state/</guid><description>&lt;p&gt;ingestr v1.0.78 was published on July 16, 2026. The main operator facing change is stronger PostgreSQL CDC state handling, backed by added coverage for &lt;code&gt;TRUNCATE&lt;/code&gt; events and stress cases.&lt;/p&gt;</description></item><item><title>Tint slog Handler Migration Notes For Data Services</title><link>https://wintermutecore.com/posts/tint-slog-handler-migration-notes/</link><pubDate>Tue, 14 Jul 2026 14:00:01 +0000</pubDate><guid>https://wintermutecore.com/posts/tint-slog-handler-migration-notes/</guid><description>&lt;p&gt;&lt;a href="https://github.com/lmittmann/tint"&gt;lmittmann/tint&lt;/a&gt; had a small but useful activity burst this week: three commits, seven files changed, 139 insertions, and 33 deletions. For Go data services that use &lt;code&gt;slog&lt;/code&gt; in workers, loaders, and admin CLIs, the main point is naming clarity around the text handler plus a fix for &lt;code&gt;[]byte&lt;/code&gt; log values.&lt;/p&gt;</description></item><item><title>Redpanda Connect v4.100.0 - CDC And Iceberg Fixes</title><link>https://wintermutecore.com/posts/redpanda-connect-v4-100-0-cdc-iceberg-release/</link><pubDate>Thu, 09 Jul 2026 16:57:12 +0000</pubDate><guid>https://wintermutecore.com/posts/redpanda-connect-v4-100-0-cdc-iceberg-release/</guid><description>&lt;p&gt;Redpanda Connect v4.100.0 was published on July 9, 2026, with a useful mix of source connector work and correctness fixes for data movement. The main operator story is not volume of changes. It is that Jira ingestion, Iceberg writes, Oracle CDC, Postgres CDC, and timezone handling all received fixes that reduce quiet failure modes in pipelines.&lt;/p&gt;</description></item><item><title>Apache Beam v2.75.0 - Dataflow And IO Release Notes</title><link>https://wintermutecore.com/posts/apache-beam-v2-75-0-dataflow-io-release/</link><pubDate>Wed, 08 Jul 2026 06:42:25 +0000</pubDate><guid>https://wintermutecore.com/posts/apache-beam-v2-75-0-dataflow-io-release/</guid><description>&lt;p&gt;Apache Beam v2.75.0 was published on July 8, 2026, with the main operator change around Dataflow Streaming Engine state tag encoding v2 becoming the default for new Java jobs. The release also adds Delta Lake reads, expands YAML output targets, and changes Flink runner support in ways that matter for batch and streaming pipeline owners.&lt;/p&gt;</description></item><item><title>Apache Spark Python UDF And SQL Operator Notes</title><link>https://wintermutecore.com/posts/apache-spark-python-sql-operator-notes/</link><pubDate>Mon, 06 Jul 2026 14:00:02 +0000</pubDate><guid>https://wintermutecore.com/posts/apache-spark-python-sql-operator-notes/</guid><description>&lt;p&gt;Apache Spark had a busy week on master: 120 commits touched 457 files. The activity in &lt;a href="https://github.com/apache/spark"&gt;apache/spark&lt;/a&gt; is not a release note dump; it is mostly data path cleanup around Python UDF transport, SQL correctness, security, and test determinism that affects teams running Spark as part of an ETL platform.&lt;/p&gt;</description></item><item><title>Redpanda Connect v4.99.0 - Iceberg and CDC Changes</title><link>https://wintermutecore.com/posts/redpanda-connect-v4-99-0-iceberg-cdc-release/</link><pubDate>Thu, 02 Jul 2026 15:11:21 +0000</pubDate><guid>https://wintermutecore.com/posts/redpanda-connect-v4-99-0-iceberg-cdc-release/</guid><description>&lt;p&gt;Redpanda Connect v4.99.0 was published on July 2, 2026, with the largest operator impact in Iceberg output and CDC connector state. The release adds Iceberg row level insert, upsert, and delete handling, then fills gaps in DynamoDB, Oracle, and Postgres CDC metadata that matter when pipelines need replayable change history. The release is not marked as a prerelease.&lt;/p&gt;</description></item><item><title>Redpanda Connect v4.98.0 - CDC Recovery Fixes</title><link>https://wintermutecore.com/posts/redpanda-connect-v4-98-0-cdc-release/</link><pubDate>Fri, 26 Jun 2026 08:39:55 +0000</pubDate><guid>https://wintermutecore.com/posts/redpanda-connect-v4-98-0-cdc-release/</guid><description>&lt;p&gt;Redpanda Connect v4.98.0 was published on June 26, 2026, with CDC fixes that matter for pipelines reading from DynamoDB Streams, PostgreSQL, and Oracle LogMiner. The most important change is DynamoDB Streams recovery from expired shard iterators, because that failure mode can stall a shard until a pod restart during backpressure or idle periods. It is not marked as a prerelease.&lt;/p&gt;</description></item><item><title>Apache NiFi 2.10.0 - Cluster and JSON Fixes</title><link>https://wintermutecore.com/posts/apache-nifi-2-10-0-release-cluster-json-fixes/</link><pubDate>Tue, 23 Jun 2026 11:05:48 +0000</pubDate><guid>https://wintermutecore.com/posts/apache-nifi-2-10-0-release-cluster-json-fixes/</guid><description>&lt;p&gt;Apache NiFi 2.10.0, tag &lt;code&gt;rel/nifi-2.10.0&lt;/code&gt;, was published on June 23, 2026. It is not marked as a prerelease, and the release notes frame it as a feature improvement and bug fix release with more than 160 issues resolved. For data pipeline operators, the useful changes sit around JSON tolerance, Flow Registry clients, Content Repository cleanup, and cluster correctness under node movement.&lt;/p&gt;</description></item></channel></rss>