Skip to content

Keda - Scaling based on Azure Service bus message along with pod identity #1116

Answered by tomkerkhove
sai25590 asked this question in General
Discussion options

You must be logged in to vote

The problem lies in your trigger definition:

- type: azure-servicebus
    metadata:
      # Required: queueName OR topicName and subscriptionName
      queueName: autofab-autoscaleq
      subscriptionName: ${subscriptionname}
      queueLength: "1" # Optional. Subscription length target for HPA. Default: 5 messages

You are using a queue, but yet still provide the subscriptionName which is used for topics. Given that one is specified, we block because the name of the topic is not there.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@tomkerkhove
Comment options

@sai25590
Comment options

@sai25590
Comment options

@tomkerkhove
Comment options

@sai25590
Comment options

Answer selected by sai25590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants