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

io.atleon.schemaregistry.confluent.RegistrySerializerConfig Maven / Gradle / Ivy

There is a newer version: 0.28.3
Show newest version
package io.atleon.schemaregistry.confluent;

import org.apache.kafka.common.config.ConfigDef;

import java.util.Map;

public class RegistrySerializerConfig extends RegistrySerDeConfig {

    public RegistrySerializerConfig(ConfigDef config, Map props) {
        super(config, props);
    }

    public static ConfigDef registrySerializerConfigDef() {
        return baseConfigDef();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy