sematext / logagent-js

Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
https://sematext.com/logagent
Apache License 2.0
389 stars 79 forks source link

Update azure-event-hub.js #285

Closed Qwin closed 3 years ago

Qwin commented 3 years ago

Fixed azure event hub syntax to newer syntax. Issue was that '@azure/event-hubs' was using v5 version but old syntax for EventPosition.

image

otisg commented 3 years ago

Thanks @Qwin!