[azure_logs] Enable azure-eventhub processor v2#13049
Merged
Merged
Conversation
MichaelKatsoulis
approved these changes
Mar 11, 2025
muthu-mps
reviewed
Mar 11, 2025
Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
💚 Build Succeeded
History
cc @zmoog |
|
Contributor
|
Package azure_logs - 0.3.0 containing this change is available at https://epr.elastic.co/package/azure_logs/0.3.0/ |
flexitrev
pushed a commit
that referenced
this pull request
Mar 20, 2025
Enable the azure-eventhub processor v2 in the Custom Azure Logs integration. Changes: - Add `processor_version` config option to optionally enable the processor v2 (defaults to v1). - Add the processor v2 related config options: - `processor_update_interval` - `processor_start_position` - `migrate_checkpoint` - `partition_receive_timeout` - `partition_receive_count` - Increase the min stack version to 8.15.1. The processor v2 uses the modern Event Hub SDK. Microsoft fully supports the modern SDK, is more modular and flexible, uses fewer resources, and makes it possible to enhance the processor in upcoming releases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Proposed commit message
Enable the azure-eventhub processor v2 in the Custom Azure Logs integration.
Changes:
processor_versionconfig option to optionally enable the processor v2 (defaults to v1).processor_update_intervalprocessor_start_positionmigrate_checkpointpartition_receive_timeoutpartition_receive_countThe processor v2 uses the modern Event Hub SDK. Microsoft fully supports the modern SDK, is more modular and flexible, uses fewer resources, and makes it possible to enhance the processor in upcoming releases.
Checklist
changelog.ymlfile.Screenshots