@project-furnace/azure-event-hubs-connector
v1.0.0
Published
Sends input data to Azure Event Hubs.
Keywords
Readme
Azure Event Hubs Output Connector
Sends input data to Azure Event Hubs.
Example Configuration
The minimal configuration required to get going.
{
"name": "azure-event-hubs",
"options": {
"connection": "connection-string-here",
"eventHub": "event-hub-here"
}
}