bdoyle0182 commented on a change in pull request #4632:
URL: https://github.com/apache/openwhisk/pull/4632#discussion_r451821889
##########
File path: common/scala/src/main/resources/reference.conf
##########
@@ -82,3 +82,22 @@ dispatchers {
throughput = 5
}
}
+
+whisk {
+ kafka-activation-store {
+ # Name of the Kafka topic for sending WhiskActivations
+ # Set to
+ # - `completed-others` - When LogDriverLogStore is used
+ # - `activations` - When other LogStore is used where logs are stored as
part of activation result
+ activations-topic = "completed-others"
Review comment:
Was also thinking this about the name. Would `completed-async` work?
It's at the very least much more descriptive than `others`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]