-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azure-eventhub v2: update logging for consistency (and other minor fi…
…xes) (#40546) * Always use partition_id for consistency The input now constantly logs the partition ID using the `partition_id` key instead of mixing `partition` and `partition_id`. * Log 'no events received' per partition ID The partition consumer now logs the message 'no events received' when there are no events for the partition. * Create one eventHubMetadata for each event Avoid eventHubMetadata values from previous events leaking into the current one (for example, partition_key).
- Loading branch information
Showing
1 changed file
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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