No, the final results suppression is defined only for Windowed tables, by design.
As the comments explained, we happen to know that K is a Windowed, but the generic bound is still just `K extends Object`, so we have to "forget" our knowledge that K is a Windowed in order to return the result properly typed. This is what I was trying to explain in the comments, and your question illustrates why I think the comments are necessary. But I guess I need to try harder to make the comments explain this situation fully. [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
