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
In the default Kafka.send method it is possible to use Avro Java classes (generated by avro-maven-plugin) as payload in key or value. The payload then gets serialized as valid Avro bytestream.
But in the new ReqRepBases (used in the Request/Reply mechanism) send method this does not seem possible. We are seeing an error like [No implicits found for parameter evidence].
Is Avro not supported here? Or are we simply using it wrong?