-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Provide scaler for Azure IoT Hubs #214
Comments
Agreed |
IoT Hub and Event Hubs "consume" the same way today. For example, with Azure Functions the IoT Hub trigger and Event Hub trigger are both really just 'event hub' trigger. Would that also work here? Is there any need to build something specific to Azure IoT Hubs, or would it be more or less an alias to Event Hubs? |
That's correct but as you suggest I think we need to have an alias for this as a lot of customers are not aware of it (and frankly they shouldn't care). So I'm fine with just an alias, unless there is another reasonable scenario in which people would want to scale. |
Awesome. Let's see if we can add it as an alias and will call it out in the docs as such as well. |
@jeffhollan would you mind adding it to the Scaler Prio wiki please? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
I have just seen that the feature has been removed from Planned (Committed). |
No particular reason other than moving from GitHub Projects to GitHub Projects (preview) :) Always happy to hear about customer scenarios to help prior or receive contributions though. |
@tomkerkhove @jeffhollan Adding to the alias discussion - I've observed there is a difference in connection strings obtained for the Event hub and IoT hub through portal and the event hub scalar code doesn't seem to handle the format used in IoT hub. EvenHub connection string - Endpoint=sb://.servicebus.windows.net/;SharedAccessKeyName=;SharedAccessKey= Having said that, do we have an azure sdk that can be used if we create a new IoT scalar? I'm doubtful about leveraging https://github.com/Azure/azure-sdk-for-go for IoT Hub. |
Then we are out of luck I think - Either we go with an external scaler similar to the Cosmos DB Changefeed or we put it in the fridge until it's there. |
@raorugan any thoughts? |
I think it will be good to get the roadmap of IOT hub if they have plans to enable Azure SDK for go lang if possible |
Feel free to open an issue there and mention this issue so that they are linked, but for now we can't add it to KEDA core then. |
@SushmithaVReddy |
Proposal - Azure IoT Hubs would be a great scaler for IoT scenarios
The text was updated successfully, but these errors were encountered: