public interface GlueSchemaRegistrySerializer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(String transportName,
Schema schema,
byte[] data)
Encodes the given byte array with Schema Registry header information.
|
byte[] encode(String transportName, Schema schema, byte[] data)
schema - Schema A Schema object representing the schema information.data - Byte array consisting of customer data that needs to be encoded.Copyright © 2024. All rights reserved.