2019-07-10 09:24:01 UTC - James Thomas: the 2019 edition of the event is tomorrow and will be live-streamed if anyone is bored at work :wink: there’s at least two openwhisk talks in the schedule. <https://london.serverlessdays.io/> +1 : Dominic Kim, Roberto Diaz, Rodric Rabbah, Michael Schmidt, mmarth, chetanm, Rob Allen, Neeraj Mangal tada : Roberto Diaz, Jiang PengCheng https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562750641298700 ---- 2019-07-10 09:59:37 UTC - Rodric Rabbah: nice to see some new faces, kudos @James Thomas https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562752777299600 ---- 2019-07-10 10:27:51 UTC - Michael Schmidt: @Rodric Rabbah thoughts? Maybe this part needs a key and cert to work and not insecure? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562754471299900?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 10:31:25 UTC - Rodric Rabbah: Can you list the packages also. wsk package list whisk.system https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562754685300700?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 13:18:36 UTC - Michael Schmidt: @Rodric Rabbah it says I provided an entity name instead of a namespace. What namespace should I be looking in? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562764716301300?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 13:19:13 UTC - Michael Schmidt: ah nvm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562764753301500?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 13:19:20 UTC - Michael Schmidt: `wsk -i package list /whisk.system` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562764760301700?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 13:20:08 UTC - Michael Schmidt: ``` wsk -i package list /whisk.system packages /whisk.system/messagingWeb private /whisk.system/messaging shared /whisk.system/cloudantWeb private /whisk.system/cloudant shared /whisk.system/alarmsWeb private /whisk.system/alarms shared /whisk.system/websocket shared /whisk.system/watson-textToSpeech shared /whisk.system/utils shared /whisk.system/combinators shared /whisk.system/weather shared /whisk.system/samples shared /whisk.system/watson-speechToText shared /whisk.system/slack shared /whisk.system/github shared /whisk.system/apimgmt private ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562764808301900?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 13:20:23 UTC - Michael Schmidt: So how do I get the kafka trigger into the package list in the whisk.system? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562764823302100?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 15:18:22 UTC - Roberto Santiago: Can anyone attend these meetings? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562771902302800 ---- 2019-07-10 15:18:48 UTC - Markus Thömmes: @Roberto Santiago absolutely https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562771928303000 ---- 2019-07-10 15:23:03 UTC - Roberto Santiago: Cool. Is there one today. I am connected to meeting room with in zoom and noone is there. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562772183303800?thread_ts=1562772183.303800&cid=C3TPCAQG1 ---- 2019-07-10 18:35:16 UTC - Michael Schmidt: So okay I can go update the docs. It wasn't clear that install catologue creates the IBM message hub services and installKafka was to install the kafka triggers. I assumed that install Kafka would actually install kafka, quickly took a look at the scripts and realized what was going on. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562783716304600?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 18:35:28 UTC - Michael Schmidt: Assumptions are always bad :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562783728304800?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 18:47:45 UTC - Michael Schmidt: @Rodric Rabbah, the install kafka scripts did not seem to change `wsk -i package list /whisk.system` output.
However it did seem to change my action set: ``` actions /whisk.system/messaging/kafkaProduce private python:3 /whisk.system/messagingWeb/kafkaFeedWeb private nodejs:6 /whisk.system/messaging/kafkaFeed private nodejs:6 /whisk.system/messaging/messageHubProduce private python:3 /whisk.system/messagingWeb/messageHubFeedWeb private nodejs:6 /whisk.system/messaging/messageHubFeed private nodejs:6 /whisk.system/openwhisk-python2-dev-hithere private python:2 /whisk.system/invokerHealthTestAction0 private /whisk.system/cloudant/delete-attachment private nodejs:6 /whisk.system/cloudant/update-attachment private nodejs:6 /whisk.system/cloudant/read-attachment private nodejs:6 /whisk.system/cloudant/create-attachment private nodejs:6 /whisk.system/cloudant/read-changes-feed private nodejs:6 /whisk.system/cloudant/delete-query-index private nodejs:6 /whisk.system/cloudant/delete-view private nodejs:6 /whisk.system/cloudant/manage-bulk-documents private nodejs:6 /whisk.system/cloudant/exec-query-view private nodejs:6 /whisk.system/cloudant/exec-query-search private nodejs:6 /whisk.system/cloudant/exec-query-find private nodejs:6 /whisk.system/cloudant/list-query-indexes private nodejs:6 /whisk.system/cloudant/create-query-index private nodejs:6 /whisk.system/cloudant/list-design-documents private nodejs:6 /whisk.system/cloudant/list-documents private nodejs:6 /whisk.system/cloudant/delete-document private nodejs:6 /whisk.system/cloudant/update-document private nodejs:6 /whisk.system/cloudant/write private nodejs:6 /whisk.system/cloudant/read-document private nodejs:6 /whisk.system/cloudant/read private nodejs:6 /whisk.system/cloudant/create-document private nodejs:6 /whisk.system/cloudant/read-updates-feed private nodejs:6 ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562784465305000?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 18:47:46 UTC - Michael Schmidt: When I create a trigger, does that action attempt to wake up from within the K8s cluster (Container Factory is set to K8s and I can confirm that functions do wake up in there) I am getting the following error that looks like my trigger is not connecting to my kafka queue ``` wsk -i trigger create MyKafkaTrigger -f /whisk.system/messaging/kafkaFeed -p brokers "[\"my-confluent-oss-cp-kafka-rest:8082\"]" -p topic my-confluent-oss-topic { "activationId": "a5a60752650b4adba60752650b6adb12", "annotations": [ { "key": "path", "value": "whisk.system/messaging/kafkaFeed" }, { "key": "waitTime", "value": 7 }, { "key": "kind", "value": "nodejs:6" }, { "key": "timeout", "value": false }, { "key": "limits", "value": { "concurrency": 1, "logs": 10, "memory": 256, "timeout": 60000 } } ], "duration": 28, "end": 1562784125490, "logs": [], "name": "kafkaFeed", "namespace": "whisk.system", "publish": false, "response": { "result": { "error": "AssertionError: url is not valid" }, "status": "application error", "success": false }, "start": 1562784125462, "subject": "whisk.system", "version": "0.0.4" } { "activationId": "bd68578feabb4d36a8578feabbed3629", "annotations": [ { "key": "path", "value": "whisk.system/messaging/kafkaFeed" }, { "key": "waitTime", "value": 1314 }, { "key": "kind", "value": "nodejs:6" }, { "key": "timeout", "value": false }, { "key": "limits", "value": { "concurrency": 1, "logs": 10, "memory": 256, "timeout": 60000 } }, { "key": "initTime", "value": 208 } ], "duration": 273, "end": 1562784127091, "logs": [], "name": "kafkaFeed", "namespace": "whisk.system", "publish": false, "response": { "result": { "error": "AssertionError: url is not valid" }, "status": "application error", "success": false }, "start": 1562784126818, "subject": "whisk.system", "version": "0.0.4" } ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562784466305200?thread_ts=1562671501.292600&cid=C3TPCAQG1 ---- 2019-07-10 18:51:50 UTC - Rodric Rabbah: @Matt Rutkowski i think was scheduled to host today’s call. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562784710305400?thread_ts=1562772183.303800&cid=C3TPCAQG1 ---- 2019-07-10 18:52:12 UTC - Rodric Rabbah: i couldn’t make it and didn’t see an agenda https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562784732305600?thread_ts=1562772183.303800&cid=C3TPCAQG1 ---- 2019-07-10 18:55:24 UTC - Matt Rutkowski: I will send apologies out… the recurring call dropped off my Notes calendar https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562784924305800?thread_ts=1562772183.303800&cid=C3TPCAQG1 ----