@vvcephei I just corrected it and now see:
```
Error:(60, 22) type mismatch;
found : org.apache.kafka.common.serialization.Serde[K]
required: org.apache.kafka.common.serialization.Serde[_$1] where type _$1 >: K
Note: K <: _$1, but Java-defined trait Serde is invariant in type T.
You may wish to investigate a wildcard type such as `_ <: _$1`. (SLS 3.2.10)
ProducedJ.`with`(keySerde, valueSerde, partitioner)
```
Again, I don't understand how can we have `K` for part or the function and `_
>: K` for the other part of the function. To me it should be all on the same
type.
[ Full content available at: https://github.com/apache/kafka/pull/5551 ]
This message was relayed via gitbox.apache.org for [email protected]