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. |
Modifier and Type | Method and Description |
---|---|
SchemaInfo |
SchemaRegistry.getSchema(String schemaId,
int versionId)
Retrieves a single schema from the Registry.
|
SchemaInfo |
SchemaRegistry.getSchema(String schemaName,
String versionName)
Retrieves a single schema from the Registry.
|
Constructor and Description |
---|
SchemaRegistry(Properties properties) |
SchemaRegistry(String apiurl,
String apikey,
boolean skipSslValidation) |
Copyright © 2019. All rights reserved.