Package com.networknt.kafka.common
Class SchemaRegistryConfig
- java.lang.Object
-
- com.networknt.kafka.common.SchemaRegistryConfig
-
public class SchemaRegistryConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_NAME
-
Constructor Summary
Constructors Constructor Description SchemaRegistryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getServerUrls()booleanisAutoRegisterSchema()voidsetAutoRegisterSchema(boolean autoRegisterSchema)voidsetServerUrls(List<String> serverUrls)
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
-