Skip to content

Support for Azure IoT Hub - Quarkus Dev Service #56

@JoaoBrandao

Description

@JoaoBrandao

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)

iothub-example

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions