You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot use cats.Id because the type parameter is invariant, while we need it to be covariant (type Id[+A] = A). I've raised #87 to make fs2.kafka.Id public, but in the meantime you can define it yourself if you want to.
I failed to annotate the return type because Kafka.Id is private.
val k: ProducerMessage[kafka.Id, K, V, Unit]
//compiler error: Symbol Id is inaccessible from this placewould it be better to use cats.Id instead?
The text was updated successfully, but these errors were encountered: