We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020baa3 commit 752932bCopy full SHA for 752932b
servers/resources/default/kafka_server_jaas.conf
@@ -1,4 +1,7 @@
1
KafkaServer {{
2
{jaas_config}
3
}};
4
-Client {{}};
+KafkaClient {{
5
+ {jaas_config}
6
+}};
7
+Client {{}};
0 commit comments