Packages

class KafkaScalaPBSerializer[ScalaPB <: GeneratedMessage, JavaPB <: Message] extends AbstractKafkaProtobufSerializer[JavaPB] with Serializer[ScalaPB]

Linear Supertypes
Serializer[ScalaPB], AbstractKafkaProtobufSerializer[JavaPB], AbstractKafkaSchemaSerDe, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaScalaPBSerializer
  2. Serializer
  3. AbstractKafkaProtobufSerializer
  4. AbstractKafkaSchemaSerDe
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient, props: Map[String, _])
  2. new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient)
  3. new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB])
  4. new KafkaScalaPBSerializer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def close(): Unit
    Definition Classes
    Serializer → Closeable → AutoCloseable
  7. var companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB]
  8. def configure(configs: Map[String, _], isKey: Boolean): Unit
    Definition Classes
    KafkaScalaPBSerializer → Serializer
  9. def configure(arg0: KafkaProtobufSerializerConfig): Unit
    Attributes
    protected[confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufSerializer
  10. def configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executeMigrations(arg0: List[Migration], arg1: String, arg2: String, arg3: Headers, arg4: AnyRef): AnyRef
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException])
  14. def executeRules(arg0: String, arg1: String, arg2: Headers, arg3: AnyRef, arg4: RuleMode, arg5: ParsedSchema, arg6: ParsedSchema, arg7: AnyRef): AnyRef
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  15. def executeRules(arg0: String, arg1: String, arg2: Headers, arg3: RuleMode, arg4: ParsedSchema, arg5: ParsedSchema, arg6: AnyRef): AnyRef
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  16. def getByteBuffer(arg0: Array[Byte]): ByteBuffer
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def getContextName(arg0: String, arg1: String): String
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  19. def getContextName(arg0: String): String
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  20. def getLatestWithMetadata(arg0: String): ParsedSchema
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  21. def getMigrations(arg0: String, arg1: ParsedSchema, arg2: ParsedSchema): List[Migration]
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  22. def getOldSubjectName(arg0: AnyRef): String
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  23. def getRuleActions(): Map[String, Map[String, RuleBase]]
    Definition Classes
    AbstractKafkaSchemaSerDe
  24. def getRuleExecutors(): Map[String, Map[String, RuleBase]]
    Definition Classes
    AbstractKafkaSchemaSerDe
  25. def getSchemaById(arg0: Int): ParsedSchema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  26. def getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  27. def getSubjectName(arg0: String, arg1: Boolean, arg2: AnyRef, arg3: ParsedSchema): String
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isKey(): Boolean
    Definition Classes
    AbstractKafkaSchemaSerDe
  32. var kafkaProtobufSerializer: KafkaProtobufSerializer[JavaPB]
  33. def latestVersionsCache(): Map[SubjectSchema, ParsedSchema]
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  34. def latestWithMetadataCache(): Map[String, ParsedSchema]
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  35. def lookupLatestVersion(arg0: String, arg1: ParsedSchema, arg2: Boolean): ParsedSchema
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  36. def lookupSchemaBySubjectAndId(arg0: String, arg1: Int, arg2: ParsedSchema, arg3: Boolean): ParsedSchema
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  40. def postOp(arg0: AnyRef): Unit
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  41. def register(arg0: String, arg1: ParsedSchema, arg2: Boolean): Int
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  42. def register(arg0: String, arg1: ParsedSchema): Int
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  43. def registerWithResponse(arg0: String, arg1: ParsedSchema, arg2: Boolean): Schema
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
  44. def serialize(topic: String, record: ScalaPB): Array[Byte]
    Definition Classes
    KafkaScalaPBSerializer → Serializer
  45. def serialize(arg0: String, arg1: Headers, arg2: ScalaPB): Array[Byte]
    Definition Classes
    Serializer
  46. def serializeImpl(arg0: String, arg1: String, arg2: Boolean, arg3: Headers, arg4: JavaPB, arg5: ProtobufSchema): Array[Byte]
    Attributes
    protected[confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufSerializer
    Annotations
    @throws(classOf[org.apache.kafka.common.errors.SerializationException]) @throws(classOf[org.apache.kafka.common.errors.InvalidConfigurationException])
  47. def serializeImpl(arg0: String, arg1: String, arg2: Boolean, arg3: JavaPB, arg4: ProtobufSchema): Array[Byte]
    Attributes
    protected[confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufSerializer
    Annotations
    @throws(classOf[org.apache.kafka.common.errors.SerializationException]) @throws(classOf[org.apache.kafka.common.errors.InvalidConfigurationException])
  48. def serializerConfig(arg0: Map[String, _ <: AnyRef]): KafkaProtobufSerializerConfig
    Attributes
    protected[confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufSerializer
  49. def strategyUsesSchema(arg0: Boolean): Boolean
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def ticker(arg0: SchemaRegistryClient): Ticker
    Attributes
    protected[confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def getById(arg0: Int): Schema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
    Deprecated
  3. def getBySubjectAndId(arg0: String, arg1: Int): Schema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
    Deprecated
  4. def register(arg0: String, arg1: Schema): Int
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
    Deprecated

Inherited from Serializer[ScalaPB]

Inherited from AbstractKafkaProtobufSerializer[JavaPB]

Inherited from AbstractKafkaSchemaSerDe

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped