Without this change, final-results configs that also set a name become awkward, as you have to redundantly specify the type parameters at the call site (like `Suppressed.<Windowed<...>>untilWindowCloses(...).withName(...)`)
This change, in conjunction with the change to untilWindowCloses in Suppressed to drop the generic parameter makes this a non-issue (as you can tell in the tests). [ Full content available at: https://github.com/apache/kafka/pull/5731 ] This message was relayed via gitbox.apache.org for [email protected]
