Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move samples to KEDA 2.0 #32

Merged
merged 1 commit into from
Jun 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@

- [External Scaler using ActiveMQ Artemis broker](https://github.com/balchua/artemis-ext-scaler)

#### GCP PubSub

- [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub)

#### IBM MQ

- [IBM MQ using a Go consumer & producer](https://github.com/ibm-messaging/mq-dev-patterns/tree/master/Go-K8s)

#### Kafka

- [Autoscaling Dapr service based on queue depth](https://github.com/mchmarny/dapr-demos/tree/master/autoscaling-on-queue)
- [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4)

#### MySQL

Expand Down Expand Up @@ -62,12 +67,12 @@

#### GCP PubSub

- [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub)
- [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub/tree/keda1)
- [.Net Job with Google Cloud PubSub](https://github.com/ross-p-smith/Mercury)

#### Kafka

- [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4)
- [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4/tree/zroubalik-patch-1)
- [Azure Functions processing tweets from Kafka](https://github.com/kedacore/sample-typescript-kafka-azure-function)

#### Nats Streaming
Expand Down