5.4.0 (2021-02-09)
-
Adds the
customEndpointAddress
field toEventHubClientOptions
.
This allows for specifying a custom endpoint to use when communicating
with the Event Hubs service, which is useful when your network does not
allow communicating to the standard Event Hubs endpoint.
Resolves #12901. -
A helper method
parseEventHubConnectionString
has been added which validates and
parses a given connection string for Azure Event Hubs.
Resolves #11894 -
Re-exports
RetryMode
for use when setting theRetryOptions.mode
field
inEventHubConsumerClientOptions
orEventHubClientOptions
.
Resolves #13166. -
Updates documentation for
EventData
to call out that thebody
field
must be converted to a byte array orBuffer
when cross-language
compatibility while receiving events is required.