Class MultiTenantConfigRestrictions
java.lang.Object
io.confluent.kafka.multitenant.MultiTenantConfigRestrictions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprependExternalListenerToConfigName(String configName) Return an empty Optional if `configName` is not an updatable listener config name, otherwise return the config name with `EXTERNAL_LISTENER_PREFIX` prepended within the Optional.stripExternalListenerPrefixFromConfigName(String configName) Return an empty Optional if `configName` is not an updatable external listener config name, otherwise return the config name with `EXTERNAL_LISTENER_PREFIX` stripped within the Optional.static booleanupdatableFreightTopicConfig(String configName) static booleanupdatableTopicConfig(String configName, boolean schemaValidationEnabled) static booleanvisibleTopicConfig(String configName, boolean schemaValidationEnabled)
-
Field Details
-
EXTERNAL_LISTENER_PREFIX
-
UPDATABLE_BROKER_CONFIGS
-
VISIBLE_BROKER_CONFIGS
-
UPDATABLE_GROUP_CONFIGS
-
UPDATABLE_CLUSTER_LINK_INTERNAL_CONFIGS
-
UPDATABLE_CLUSTER_LINK_CONFIGS
-
VISIBLE_CLUSTER_LINK_CONFIGS
-
-
Constructor Details
-
MultiTenantConfigRestrictions
public MultiTenantConfigRestrictions()
-
-
Method Details
-
updatableTopicConfig
-
updatableFreightTopicConfig
-
visibleTopicConfig
-
prependExternalListenerToConfigName
-
stripExternalListenerPrefixFromConfigName
-