Thanks for the contribution @redvasily ! Could we also satisfy this by offering implicit transformations: 1. from `() => Transformer` to `TransformerSupplier` 2. and from `Transformer[K,V,(K1,V1)]` to `Transformer[K,V,KeyValue[K1, V1]]`
If such chained implicits work, it would allow people to call the API with whatever combination of Scala/Java objects they have handy. [ Full content available at: https://github.com/apache/kafka/pull/5619 ] This message was relayed via gitbox.apache.org for [email protected]
