Package | Description |
---|---|
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. |
Class and Description |
---|
InvalidPropertyValueException
Indicates that a serializer or deserializer class could not be
initialised due to a property being provided with an invalid
value.
|
PropertyNotFoundException
Indicates that a serializer or deserializer class could not be
initialised due to a required property not being set.
|
SchemaNotFoundException
Indicates that a schema could not be found in the registry.
|
SchemaRegistryApiException
Thrown in the event of an unexpected response from the Schema Registry.
|
SchemaRegistryAuthException
Indicates an authentication failure with the credentials provided by the client.
|
SchemaRegistryConnectionException
Thrown in the event of a failure to connect to the Schema Registry.
|
SchemaRegistryServerErrorException
Indicates a server error (e.g.
|
Copyright © 2019. All rights reserved.