inputs.eventhub_consumer: Support setting a proxy #15588
Labels
feature request
Requests for new plugin and for new features to existing plugins
help wanted
Request for community participation, code, contribution
size/l
1 week or more effort
Use Case
I want to be able to set a proxy for inputs.eventhub_consumer to able to consume an Azure event hub from behind a corporate proxy.
Expected behavior
I expected to be able to set a proxy in the telegraf config.
Actual behavior
Such a setting does not exist for inputs.eventhub_consumer
Additional info
The currently used library "azure-event-hubs-go" seems to not support that, see: Azure/azure-event-hubs-go#163
However, this answer suggests that it is possible using the newer "azeventhubs": Azure/azure-event-hubs-go#163 (comment)
The text was updated successfully, but these errors were encountered: