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._

Attributes

Members list

Type members

Classlikes

object JsonSchema

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JsonSchema.type
object inject

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
inject.type