Skip to content

Commit 752932b

Browse files
committed
add client jaas_config to default resource template
1 parent 020baa3 commit 752932b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
KafkaServer {{
22
{jaas_config}
33
}};
4-
Client {{}};
4+
KafkaClient {{
5+
{jaas_config}
6+
}};
7+
Client {{}};

0 commit comments

Comments
 (0)