Skip to content

Support Avro classes in ReqRep #102

@neoscaler

Description

@neoscaler

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions