vmware-archive / kubeless

Kubernetes Native Serverless Framework
https://kubeless.io
Apache License 2.0
6.86k stars 754 forks source link

KubeMQ #1187

Open eruiz opened 3 years ago

eruiz commented 3 years ago

FEATURE REQUEST

What happened: Use KubeMQ for PubSub events

What you expected to happen: Why KubeMQ

Environment:

andresmgot commented 3 years ago

It seems that kubemq is not opensource? In any case, we have some documentation for people to develop their own triggers with Kubeless: https://kubeless.io/docs/implementing-new-trigger/

eruiz commented 3 years ago

Hi Andres, if I'm not wrong, KubeMQ is licensed under MIT license: https://github.com/kubemq-io/kubemq/blob/master/LICENSE

Thanks for sharing the doc, going to try it.

All the best