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
Hi,
I'm trying to connect to a GSSAPI cluster with SSL. Doing so results in the following error:
Error Failed create new KafkaAdminClient (show more)
org.apache.kafka.common.KafkaException thrown at org.apache.kafka.clients.admin.KafkaAdminClient::createInternal -> Failed create new KafkaAdminClient
java.lang.IllegalArgumentException thrown at org.apache.kafka.common.security.JaasConfig::loginModuleControlFlag -> Login module control flag is not available in the JAAS config
Error connecting to cluster: Failed to create new KafkaAdminClient (show more)
java.lang.IllegalArgumentException thrown at org.apache.kafka.common.security.JaasConfig::loginModuleControlFlag -> Login module control flag is not available in the JAAS config
It should pick the Login module passed in jass conf.
How confident are you that the value you provided is correctly formatted? If you're pretty sure its correct, it may be possible that the formatting is getting bungled somewhere between being provided to the webui and being passed to the underlying kafka library.
Hi,
I'm trying to connect to a GSSAPI cluster with SSL. Doing so results in the following error:
I use the following jaas configuration:
The text was updated successfully, but these errors were encountered: