Re: Redis as a State Backend

2024-02-14 Thread David Morávek
Here is my "little harsh/straightforward feedback", but it's based on fact and real-world experience with using Redis since ~2012. Redis is not a database, period. The best description of what Redis is is something along the lines of "in-memory - text only (base64 ftw) - data structures on top of

RE: Stream enrichment with ingest mode

2024-02-14 Thread LINZ, Arnaud
Hello, You’re right, one of our main use cases consist of adding missing fields, stored in a “small” reference table, periodically refreshed, to a stream. Using a broadcast stream and flink join was not the choice we made, because we didn’t want to add tricky watermarks and hold one stream (it