Class/Object

pl.touk.nussknacker.engine.avro.schemaregistry.confluent.serialization

ConfluentKafkaAvroSerializer

Related Docs: object ConfluentKafkaAvroSerializer | package serialization

Permalink

class ConfluentKafkaAvroSerializer extends AbstractConfluentKafkaAvroSerializer with Serializer[Any]

This is Kafka Avro Serializer class. All events will be serialized to provided schema.

Linear Supertypes
Serializer[Any], Closeable, AutoCloseable, AbstractConfluentKafkaAvroSerializer, DatumReaderWriterMixin, AbstractKafkaAvroSerializer, AbstractKafkaSchemaSerDe, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfluentKafkaAvroSerializer
  2. Serializer
  3. Closeable
  4. AutoCloseable
  5. AbstractConfluentKafkaAvroSerializer
  6. DatumReaderWriterMixin
  7. AbstractKafkaAvroSerializer
  8. AbstractKafkaSchemaSerDe
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfluentKafkaAvroSerializer(kafkaConfig: KafkaConfig, confluentSchemaRegistryClient: ConfluentSchemaRegistryClient, schemaEvolutionHandler: AvroSchemaEvolution, avroSchemaOpt: Option[AvroSchema], isKey: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    ConfluentKafkaAvroSerializer → Serializer → Closeable → AutoCloseable
  7. def configure(configs: Map[String, _], isKey: Boolean): Unit

    Permalink
    Definition Classes
    ConfluentKafkaAvroSerializer → Serializer
  8. def configure(arg0: KafkaAvroSerializerConfig): Unit

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroSerializer
  9. def configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  10. def createDatumReader(writerSchema: Schema, readerSchema: Schema, useSchemaReflection: Boolean, useSpecificAvroReader: Boolean): DatumReader[AnyRef]

    Permalink
    Definition Classes
    DatumReaderWriterMixin
  11. def createDatumWriter(record: Any, schema: Schema, useSchemaReflection: Boolean): GenericDatumWriter[Any]

    Permalink
    Definition Classes
    DatumReaderWriterMixin
  12. val encoderFactory: EncoderFactory

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfluentKafkaAvroSerializer
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getByteBuffer(arg0: Array[Byte]): ByteBuffer

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def getOldSubjectName(arg0: Any): String

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  18. def getSchemaById(arg0: Int): ParsedSchema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  19. def getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  20. def getSubjectName(arg0: String, arg1: Boolean, arg2: Any, arg3: ParsedSchema): String

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var isKey: Boolean

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. val primitives: Map[String, Schema]

    Permalink

    We use it on checking writerSchema is primitive - on creating DatumReader (createDatumReader).

    We use it on checking writerSchema is primitive - on creating DatumReader (createDatumReader).

    Attributes
    protected
    Definition Classes
    DatumReaderWriterMixin
  29. def register(arg0: String, arg1: ParsedSchema): Int

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  30. def serialize(topic: String, data: Any): Array[Byte]

    Permalink
    Definition Classes
    ConfluentKafkaAvroSerializer → Serializer
  31. def serialize(arg0: String, arg1: Headers, arg2: Any): Array[Byte]

    Permalink
    Definition Classes
    Serializer
  32. def serialize(avroSchemaOpt: Option[AvroSchema], topic: String, data: Any, isKey: Boolean): Array[Byte]

    Permalink
  33. def serializeImpl(arg0: String, arg1: Any): Array[Byte]

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroSerializer
    Annotations
    @throws( ... )
  34. def serializerConfig(arg0: VerifiableProperties): KafkaAvroSerializerConfig

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroSerializer
  35. def serializerConfig(arg0: Map[String, _]): KafkaAvroSerializerConfig

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroSerializer
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getById(arg0: Int): Schema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getBySubjectAndId(arg0: String, arg1: Int): Schema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def register(arg0: String, arg1: Schema): Int

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializer[Any]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from DatumReaderWriterMixin

Inherited from AbstractKafkaAvroSerializer

Inherited from AbstractKafkaSchemaSerDe

Inherited from AnyRef

Inherited from Any

Ungrouped