Open oising opened 1 month ago
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
FYI After a deep dive into the Azure IoT realm last fall and winter consisting of lots of reading, I'd like to remind you that a very, very common use for the Azure Event Hub is the Azure IoT Hub which comes with an Event Hub attached! Therefore, by fixing Event Hub bugs and adding new features (such as this) you also improve the positioning of Dapr to service the IoT community, which has had consistent strong growth for a number of years now and is expected to continue. This fix will help!
Describe the feature
Currently only a fixed set of system properties from Azure IoT Hub are forwarded as headers when delivered to a subscriber. The Azure Event Hubs binding should expose a
getAllProperties
property (false
by default) to forward all user/app/custom properties from the Event Hub message as headers to the subscriber.It seems that is 90% supported already in the DAPR codebase, but it stops short at exposing the setting in the manifest. i.e.
Release Note
RELEASE NOTE: