add test cases after the kafka 11 upgrade changes
[dmaap/messagerouter/messageservice.git] / bundleconfig-local / etc / appprops / kafka_pub_jaas.conf
diff --git a/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf b/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf
new file mode 100644 (file)
index 0000000..e27eac4
--- /dev/null
@@ -0,0 +1,5 @@
+KafkaClient {
+  org.apache.kafka.common.security.plain.PlainLoginModule required
+  username="admin"
+  password="admin_secret";
+};