Interface SchemaInfoProvider
Schema Provider.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the latest schema info.getSchemaByVersion
(byte[] schemaVersion) Retrieve the schema info of a given schemaVersion.Retrieve the topic name.
-
Method Details
-
getSchemaByVersion
Retrieve the schema info of a given schemaVersion.- Parameters:
schemaVersion
- schema version- Returns:
- schema info of the provided schemaVersion
-
getLatestSchema
CompletableFuture<SchemaInfo> getLatestSchema()Retrieve the latest schema info.- Returns:
- the latest schema
-
getTopicName
String getTopicName()Retrieve the topic name.- Returns:
- the topic name
-