Endless Producer: a simple producer, implemented as Spring-Boot-App
[demos/kafka/training] / src / main / resources / application.yml
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
new file mode 100644 (file)
index 0000000..e4ae52a
--- /dev/null
@@ -0,0 +1,15 @@
+producer:
+  bootstrap-server: :9092
+  client-id: peter
+  topic: test
+  acks: 1
+  throttle-ms: 1000
+management:
+  endpoints:
+    web:
+      exposure:
+        include: "*"
+logging:
+  level:
+    root: INFO
+    de.juplo: DEBUG