kedacore/sample-dotnet-worker-servicebus-queue

Simple queue worker written in .NET powered by KEDA

88

stars

38

commits

C#

primary language

Jun 6, 2024

updated

keda

README

.NET Core worker processing Azure Service Bus Queue scaled by KEDA

A simple Docker container written in .NET that will receive messages from a Service Bus queue and scale via KEDA.

The message processor will receive a single message at a time (per instance), and sleep for 2 second to simulate performing work. When adding a massive amount of queue messages, KEDA will drive the container to scale out according to the event source (Service Bus Queue).

We provide samples for the following scenarios:

Scenario

πŸ’‘ If you want to learn how to scale this sample with KEDA 1.0, feel free to read about it here.

Contributors

tomkerkhove

32 commits

micya

1 commits

jakobehn

1 commits

kedacore/sample-dotnet-worker-servicebus-queue

Simple queue worker written in .NET powered by KEDA

88

stars

38

commits

C#

primary language

Jun 6, 2024

updated

keda

README

.NET Core worker processing Azure Service Bus Queue scaled by KEDA

A simple Docker container written in .NET that will receive messages from a Service Bus queue and scale via KEDA.

The message processor will receive a single message at a time (per instance), and sleep for 2 second to simulate performing work. When adding a massive amount of queue messages, KEDA will drive the container to scale out according to the event source (Service Bus Queue).

We provide samples for the following scenarios:

Scenario

πŸ’‘ If you want to learn how to scale this sample with KEDA 1.0, feel free to read about it here.

Contributors

tomkerkhove

32 commits

micya

1 commits

jakobehn

1 commits

Languages

C#

66.8%

JavaScript

12.3%

HTML

9.3%

CSS

6.6%

Dockerfile

5.0%