All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.impl.schemaregistry.SchemaRegistryClient Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.impl.schemaregistry;

import com.aliyun.datahub.client.model.RecordSchema;

public interface SchemaRegistryClient {
    RecordSchema getSchema(String projectName, String topicName, int versionId);
    int getVersionId(String projectName, String topicName, RecordSchema schema);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy