keda-connectors icon indicating copy to clipboard operation
keda-connectors copied to clipboard

Generic connectors for Keda which can be used as worker images as part of scaleTargetRef.

Results 25 keda-connectors issues
Sort by recently updated
recently updated
newest added

**Fission/Kubernetes version** fission version client: fission/core: BuildDate: "2023-11-30T15:47:54Z" GitCommit: 9b57f1f2 Version: v1.20.0 server: fission/core: BuildDate: "2023-11-30T15:47:54Z" GitCommit: 9b57f1f2 Version: v1.20.0 kubectl version Client Version: v1.28.4 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version:...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Is your feature request related to a problem? Please describe.** I want to use IAM roles by specifying the RoleARN in the trigger config (Or just allowing the operator to...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

For now kafka-http-connector (v0.11 docker image) use old version of common library. https://github.com/fission/keda-connectors/blob/e282d4285f161adc64f44e936eae16061a0a2f56/kafka-http-connector/go.mod#L7 Meta version of this commit https://github.com/fission/keda-connectors/commit/da094250dc08 This version have a bug with response code processing. https://github.com/fission/keda-connectors/blob/da094250dc08122358a725cf67d54cf5fc313396/common/util.go#L94 Because...

CC: https://github.com/fission/fission/issues/1663

connector-nats

CC: https://github.com/fission/fission/issues/1663

connector-mysql

CC: https://github.com/fission/fission/issues/1663

connector-prometheus

I'm following the docs at https://docs.fission.io/docs/triggers/message-queue-trigger-kind-keda/aws-sqs/ . I've setup kubectl secrets per instruction and ran `fission mqt create --name sqstest --function sqstest --mqtype=aws-sqs-queue --topic=fission-test --mqtkind=keda --metadata queueURL=https://sqs.us-west-2.amazonaws.com/xxxxx/fission-test --metadata awsRegion=us-west-2 --secret...

bug

Hi, Atm there are a couple of MQT available. But a good Kubernetes native and member of CNCF alternative for this is KubeMQ (https://kubemq.io/product-messaging-patterns/#queue). Would be awesome to use the...

enhancement