Package com.ibm.eventstreams.serdes

Provides classes to serialize generic or specific IndexedRecord objects into Kafka records and deserialize generic or specific IndexedRecord objects from Kafka records using schemas retrieved from an IBM Event Streams schema registry.

See: Description

  • Class Summary 
    Class Description
    EventStreamsDeserializer
    The Event Streams deserializer used by Kafka to convert bytes to generic or specific IndexedRecord objects, using schemas retrieved from the schema registry.
    EventStreamsSerdes
    Wraps the Event Streams serializer and deserializer.
    EventStreamsSerializer
    The Event Streams serializer used by Kafka to convert generic or specific IndexedRecord objects to bytes, using schemas retrieved from the schema registry.
    HeaderFactory
    Factory class to create Kafka headers
    SchemaInfo
    Information about a single version of a single schema, retrieved from the Schema Registry.
    SchemaRegistry
    Helper class for retrieving schema definitions from the Schema Registry.
    SchemaRegistryConfig
    The Event Streams schema registry configuration keys and values
  • Enum Summary 
    Enum Description
    SchemaInfo.State
    Possible states for a schema or schema version.

Package com.ibm.eventstreams.serdes Description

Provides classes to serialize generic or specific IndexedRecord objects into Kafka records and deserialize generic or specific IndexedRecord objects from Kafka records using schemas retrieved from an IBM Event Streams schema registry.

Copyright © 2019. All rights reserved.