markusthoemmes commented on a change in pull request #3209: Make payload limit
configurable.
URL:
https://github.com/apache/incubator-openwhisk/pull/3209#discussion_r163247545
##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -70,9 +70,10 @@ whisk {
retention-ms = 3600000
}
invoker {
- segment-bytes = 536870912
- retention-bytes = 1073741824
- retention-ms = 172800000
+ segment-bytes = 536870912
+ retention-bytes = 1073741824
+ retention-ms = 172800000
+ max-message-bytes = ${whisk.activation.payload.max}
Review comment:
Wanted to seperate kafka and general config, so the value is carried over by
configuration not by hardcoding.
I also changed the topic's configurations to be generalized as in: You can
provide all possible Kafka keys here and they are transformed to the respective
Kafka string.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services