You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get the Kafka configuration provider aliases, throwing an InvalidConfigurationException if any user provided aliases are found that would overwrite the Strimzi defined configuration providers
797
+
*
798
+
* @param userConfig The user configuration to extract the possible user-provided config provider configuration from
799
+
* @return The Kafka configuration provider aliases
thrownewInvalidConfigurationException("config.provider " + userAlias + " not permitted as it reserved for Strimzi. Not permitted aliases: " + strimziAliases);
* Get the user provided Kafka configuration provider aliases, throwing an InvalidConfigurationException if any are found that would overwrite the Strimzi defined configuration providers
831
+
*
832
+
* @param strimziConfigProviders The Strimzi defined configuration providers
833
+
* @param userConfig The user configuration to extract the possible user-provided config provider configuration from
834
+
* @return The user defined Kafka configuration provider aliases or empty string
thrownewInvalidConfigurationException("config.provider " + alias + " not permitted as it reserved for Strimzi. Not permitted aliases: " + strimziAliases);
0 commit comments