"all parents" ? `suppress` is only available for `KTable` and thus there should be only one parent node?
Also, do we need to handle chaining of `.suppress()` within `extractGracePeriod`? I also don't understand how there could be multiple parent grace periods (and thus, why do they need to match -- there should only be one anyway?) -- do I miss something? I also just realize, that windowed-KTables have another issue: we cannot only not join two, but we can also not `.filter(..., Materialize)` because this would also create an ever growing key-value store instead of a windowed store... \cc @guozhangwang @bbejeck Thoughts? [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
