maybe a nit: you could alternatively return `return new Grouped<>(name, keySerde, valueSerde);` from this and the following methods and then make the three variables `final`.
Personally, I'd feel more comfortable making them `protected` (for `GroupedInternal`'s access) if they were final. [ Full content available at: https://github.com/apache/kafka/pull/5709 ] This message was relayed via gitbox.apache.org for [email protected]
