From 3b86716c3c3e54534fc520529e5e6e162c69a41a Mon Sep 17 00:00:00 2001 From: ben <stu126940@mail.uni-kiel.de> Date: Mon, 16 Mar 2020 16:24:16 +0100 Subject: [PATCH] add resource folder for configuration --- uc3-application/resources/META-INF/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 uc3-application/resources/META-INF/application.properties diff --git a/uc3-application/resources/META-INF/application.properties b/uc3-application/resources/META-INF/application.properties new file mode 100644 index 000000000..cff8630c8 --- /dev/null +++ b/uc3-application/resources/META-INF/application.properties @@ -0,0 +1,7 @@ +kafka.bootstrap.servers=localhost:9092 +kafka.input.topic=input +kafka.output.topic=output +kafka.window.duration.minutes=60 +num.threads=1 +commit.interval.ms=10 +cache.max.bytes.buffering=-1 -- GitLab