public interface SchemaInfoProvider
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SchemaInfo> |
getLatestSchema()
Retrieve the latest schema info.
|
CompletableFuture<SchemaInfo> |
getSchemaByVersion(byte[] schemaVersion)
Retrieve the schema info of a given schemaVersion.
|
String |
getTopicName()
Retrieve the topic name.
|
CompletableFuture<SchemaInfo> getSchemaByVersion(byte[] schemaVersion)
schemaVersion
- schema versionCompletableFuture<SchemaInfo> getLatestSchema()
String getTopicName()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.