logstash-plugins / logstash-input-azure_event_hubs

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

deps: update to latest-available same-major dependencies #67

Closed yaauie closed 2 years ago

yaauie commented 2 years ago

Release notes

Update underlying Azure SDL and related libraries to catch upstream fixes and improvements

What does this PR do?

Updates the Azure SDK from 2.2.x to 2.3.x, ensuring we get improvements like the bump of prefetch_count maximum from 2000 to 8000.

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

Users who need to use expert settings like prefetch_count can use the latest-available constraints, such as a higher maximum acceptable value (8000, was 2000).

We stay in-major for each of the libraries that need to be upgraded to produce a working dependency graph, and therefore avoid consuming breaking changes.

Checklist