dev.profunktor.pulsar.schema.circe

If you are not interested in Pulsar Schemas, you may prefer to deal with the default SchemaType.BYTES, but still communicate via JSON. For this common use case, you can use the following import instead, which only requires instances of both Encoder and Decoder in scope.

import dev.profunktor.pulsar.schema.circe.inject._

Type members

Classlikes

object JsonSchema
object inject extends JsonAsBytes