logstash-plugins / logstash-input-azure_event_hubs

Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18 stars 30 forks source link

Update Azure event Hub client library to version 3.3.0 #96

Closed andsel closed 1 week ago

andsel commented 2 weeks ago

Release notes

Updated Azure Event Hub client library to version 3.3.0

What does this PR do?

Updates azure-eventhubs to 3.3.0 and all its dependencies.

Why is it important/What is the impact to the user?

Permit to use a newer library.

Checklist

Author's Checklist

How to test this PR locally

output { stdout{ codec => rubydebug } }


- from Azure EbentHub UI send a message and verify it's processed by Logstash without any error like class or method not found.

## Related issues

<!-- Recommended
Link related issues below. Insert the issue link or reference after the word "Closes" if merging this should automatically close it.

- Closes #123
- Relates #123
- Requires #123
- Superseeds #123
-->
-