Skip to content

Commit 24616ce

Browse files
author
flo-mair
committed
2 parents c930499 + f45aab5 commit 24616ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

consumer/record_processor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The script that abides by the multi-language protocol. This script will
22
# be executed by the MultiLangDaemon, which will communicate with this script
33
# over STDIN and STDOUT according to the multi-language protocol.
4-
executableName = /usr/bin/record_processor.py
4+
executableName = app/record_processor.py
55

66
# The name of an Amazon Kinesis stream to process.
77
streamName = STREAM_NAME
@@ -80,4 +80,4 @@ regionName = AWS_REGION
8080
# If a value is provided then a FixedThreadPool is used with the maximum
8181
# active threads set to the provided value. If a non-positive integer or no
8282
# value is provided a CachedThreadPool is used.
83-
#maxActiveThreads = 0
83+
#maxActiveThreads = 0

0 commit comments

Comments
 (0)