[GitHub] [openwhisk] jiangpengcheng commented on issue #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
jiangpengcheng commented on issue #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#issuecomment-530631327 @sven-lange-last Never mind, it's totally fine I also agree with @rabbah that add an extra field to `ActivationMessage` may

[GitHub] [openwhisk-runtime-php] akrabat closed pull request #67: Add libssl-dev to support mongodb ssl/tls connections.

2019-09-11 Thread GitBox
akrabat closed pull request #67: Add libssl-dev to support mongodb ssl/tls connections. URL: https://github.com/apache/openwhisk-runtime-php/pull/67 This is an automated message from the Apache Git Service. To respond to

[GitHub] [openwhisk-runtime-php] falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections.

2019-09-11 Thread GitBox
falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections. URL: https://github.com/apache/openwhisk-runtime-php/pull/67 * Current MongoDB driver does not support ssl/tls connections. It terminates the connection request with a MongoDB exception: `The

[GitHub] [openwhisk] rabbah edited a comment on issue #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
rabbah edited a comment on issue #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#issuecomment-530438270 > But all code locations that initially create the ActivationMessage know the action kind. So what about adding the action kind to

[GitHub] [openwhisk] rabbah commented on issue #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
rabbah commented on issue #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#issuecomment-530438270 > But all code locations that initially create the ActivationMessage know the action kind. So what about adding the action kind to the

[GitHub] [openwhisk] rabbah commented on a change in pull request #4619: Add ansible deploy options

2019-09-11 Thread GitBox
rabbah commented on a change in pull request #4619: Add ansible deploy options URL: https://github.com/apache/openwhisk/pull/4619#discussion_r323312070 ## File path: ansible/roles/zookeeper/tasks/deploy.yml ## @@ -17,13 +17,6 @@ --- # This role will install Kafka with

[GitHub] [openwhisk-wskdeploy] mrutkows merged pull request #1068: Auto supply a dummy API GW token

2019-09-11 Thread GitBox
mrutkows merged pull request #1068: Auto supply a dummy API GW token URL: https://github.com/apache/openwhisk-wskdeploy/pull/1068 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [openwhisk] codecov-io commented on issue #4619: Add ansible deploy options

2019-09-11 Thread GitBox
codecov-io commented on issue #4619: Add ansible deploy options URL: https://github.com/apache/openwhisk/pull/4619#issuecomment-530368237 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4619?src=pr=h1) Report > Merging

[GitHub] [openwhisk] BillZong opened a new pull request #4619: Add ansible deploy options

2019-09-11 Thread GitBox
BillZong opened a new pull request #4619: Add ansible deploy options URL: https://github.com/apache/openwhisk/pull/4619 Add docker image pull (or not) options to kafka and zookeeper deployment. ## Description If the docker tagged(especially the "latest") image

[GitHub] [openwhisk] codecov-io commented on issue #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
codecov-io commented on issue #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#issuecomment-530329157 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4617?src=pr=h1) Report > Merging

[GitHub] [openwhisk] sven-lange-last commented on a change in pull request #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
sven-lange-last commented on a change in pull request #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#discussion_r323119026 ## File path: core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala

[GitHub] [openwhisk-runtime-php] falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections.

2019-09-11 Thread GitBox
falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections. URL: https://github.com/apache/openwhisk-runtime-php/pull/67 * Current MongoDB driver does not support ssl/tls connections. It terminates the connection request with a MongoDB exception: `The

[GitHub] [openwhisk] rabbah commented on a change in pull request #4617: Add kind "unknown" to fallback activations

2019-09-11 Thread GitBox
rabbah commented on a change in pull request #4617: Add kind "unknown" to fallback activations URL: https://github.com/apache/openwhisk/pull/4617#discussion_r323088425 ## File path: core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala ## @@