Matthias J. Sax
Matthias J. Sax
We should try to move off the deprecated KS config `CACHE_MAX_BYTES_BUFFERING_CONFIG` as soon as possible. Cf. https://github.com/confluentinc/ksql/pull/9108#issuecomment-1131975441 Marked this a "blocker" even if it does not block the next release,...
https://developer.confluent.io/tutorials/aviation/confluent.html Looking into this recipe, it seems that it would actually not compute the right thing? We start with 3 tables, `customers`, `flights`, and `bookings`. In the first two queries,...
In https://confluentinc.github.io/ksqldb-recipes/real-time-analytics/payment-status-check/ I think we don't need to create `enriched_payments` nor `payments_with_status` but we can merge those two queries with `payments_final`?
In https://confluentinc.github.io/ksqldb-recipes/real-time-analytics/datacenter/, we create `overloaded_panels` but it's not use anywhere? Wondering (without reading the text of the recipe) if it's intended as "final output", i.e., this recipe has two results...
reverts https://github.com/confluentinc/ksql/commit/3b2740d0ac25185f5a35201cdcaa9a1ebe2a4fe0
In Kafka Streams, we have a few cases for which we use RocksDB as a "priority queue" -- we layout the keys in a specific way that gives us the...
I could not find a root cause, but the test times out waiting KS to go into ERROR state inside the finally block. So it seem we might swallow some...
With EOSv1 removed, we don't need to collect producer's clientInstanceIds per task any longer. While we never completed this feature, we can remove the corresponding scaffolding code.