-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
featureNew feature or requestNew feature or request
Description
As Developer,
Would be great to be able to have a Dev Service in Quarkus that allows me to use Azure IoT Hub without requiring any internet connection for my local environment.
As you know, Azure IoT Hub supports two types of connection:
- iot-service-client ( register and send messages/events from cloud to device)
- iot-device-client ( receive and send messages/events from device to Cloud)
I would like to be able to make two operations:
- Register Devices
- Send messages/events to a registered device that was created using the operation above or it was a pre-populated device via application.properties
When sending messages to a pre-populated device it would be great to define a few properties:
quarkus.azure.iothub.device."quarkus-device1".status=enable/disable
quarkus.azure.iothub.device."quarkus-device1".message.acknowledgment=true/false
quarkus.azure.iothub.device."quarkus-device1".message.acknowledgment.delay=5000 (ms)
Documentation:
https://learn.microsoft.com/en-us/java/api/overview/azure/iot?view=azure-java-stable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
