openfaas-incubator / vcenter-connector

Extend vCenter with OpenFaaS
MIT License
28 stars 8 forks source link

Update connector to connector-sdk 0.5.3 #33

Closed embano1 closed 4 years ago

embano1 commented 4 years ago

My actions before raising this issue

The vcenter-connector uses an older version of the connector-sdk. It lacks certain capabilities, especially allowing functions to subscribe to multiple topics using delimiters such as ",".

Expected Behaviour

Update connector to use most recent SDK version (0.5.3. at the time of writing) so I can subscribe a function to multiple topics/events.

Current Behaviour

Only one event/topic is supported per function.

Possible Solution

Update to more recent controller-sdk

Context

Certain function logic can be (re)used for multiple vSphere events. Today I have to deploy a dedicated function per event. This leads to resource overhead and management complexity.