Skip to content

Using Codec[A] with KafkaStreams #1144

@caenrique

Description

@caenrique

I'm thinking about how to get a org.apache.kafka.common.serialization.Serde from a Codec.

We are moving our schema from json avro to case classes with vulcan, and we use it with fs2 without problem, but we also have kafka streams applications.

Without including this (fs2-kafka) dependency, I think the only option would be to re-imlement a lot of the functionality to make the schema work well with the schema registry (eg: the vulcan module here but targeting the java Serde)

Basically I would appreciate help with interop between vulcan and native kafka apis :)
Maybe I'm missing something and there is a simple way. If not it would be awesome to have it

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