Michael Drogalis

Results 92 comments of Michael Drogalis

@stefanfrehse Although it doesn't address all the aspects of your issue, you can [set the retention](https://docs.ksqldb.io/en/latest/concepts/time-and-windows-in-ksqldb-queries/#window-retention) time on a windowed materialized view using `RETENTION N DAYS`.

Hey @maksymilian-gasztych. We're not working on this right now, but we'd take a patch for it if you have the bandwidth?

Synced with Robin—let's tackle this one. Is this fix-it-weekable, or is it a larger piece of work?

This is a terrific idea! Thanks for contributing! I, too, wanted something along these lines. I never had time to chase it down though. I don't have time to look...

@MichaelDrogalis (Tagging myself so I get email notifications, GitHub is pretty terrible about this)

Can you come up with some examples of code that would benefit from this?

Oh yeah. I wrote something along the same idea yesterday. Perhaps it can live in here? https://gist.github.com/MichaelDrogalis/6638777

How're you able to pull it off? I couldn't make it happen when I implemented it because it would lose the metadata from the var-root.

Clojure's metadata is extremely tricky to get right when you're passing a var between functions. The `var` call (I think) won't resolve inside the function because AFAIK the scope will...

Give it a shot. I wouldn't mind making that change for `1.0.0`, but it's not easy (perhaps not possible either).