We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c930499 + f45aab5 commit 24616ceCopy full SHA for 24616ce
consumer/record_processor.properties
@@ -1,7 +1,7 @@
1
# The script that abides by the multi-language protocol. This script will
2
# be executed by the MultiLangDaemon, which will communicate with this script
3
# over STDIN and STDOUT according to the multi-language protocol.
4
-executableName = /usr/bin/record_processor.py
+executableName = app/record_processor.py
5
6
# The name of an Amazon Kinesis stream to process.
7
streamName = STREAM_NAME
@@ -80,4 +80,4 @@ regionName = AWS_REGION
80
# If a value is provided then a FixedThreadPool is used with the maximum
81
# active threads set to the provided value. If a non-positive integer or no
82
# value is provided a CachedThreadPool is used.
83
-#maxActiveThreads = 0
+#maxActiveThreads = 0
0 commit comments