You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating one of the Event Hubs client types, it can be useful for a host application to be able to uniquely identify the client instance. The Event Hubs service also supports setting the identifier of an AMQP link, which it will associate with some error messages to make it easier to correlate errors with a given client instance.
The EventProcessorClient types support an information Identifier currently, passed in via their respective options at creation time. The remaining Event Hubs clients should be extended to follow this pattern.
When creating one of the Event Hubs client types, it can be useful for a host application to be able to uniquely identify the client instance. The Event Hubs service also supports setting the identifier of an AMQP link, which it will associate with some error messages to make it easier to correlate errors with a given client instance.
The EventProcessorClient types support an information Identifier currently, passed in via their respective options at creation time. The remaining Event Hubs clients should be extended to follow this pattern.
Clone of: Azure/azure-sdk-for-net#20101
The text was updated successfully, but these errors were encountered: