azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs

MIT License

Stars
89
Committers
36

Bot releases are hidden (Show)

azure-event-hubs-go - v2.0.5 Latest Release

Published by richardpark-msft 7 months ago

  • deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs.
azure-event-hubs-go - v1.3.2

Published by richardpark-msft 7 months ago

  • Deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs.
azure-event-hubs-go - v3.6.2

Published by jhendrixMSFT 9 months ago

  • Update dependencies.
azure-event-hubs-go - v3.6.1

Published by jhendrixMSFT about 1 year ago

Mark module as deprecated #289

Use github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs instead.

azure-event-hubs-go - v3.6.0

Published by jhendrixMSFT over 1 year ago

Update to the GA version of go-amqp #288

azure-event-hubs-go - v3.5.0

Published by jhendrixMSFT over 1 year ago

Update to latest azure-amqp-common-go and go-amqp modules #287

azure-event-hubs-go - v3.4.0

Published by jhendrixMSFT almost 2 years ago

Update to latest azure-amqp-common-go and go-amqp modules.

azure-event-hubs-go - v3.3.20

Published by richardpark-msft almost 2 years ago

  • Fixed issue with a lease existing on start #277
azure-event-hubs-go - v3.3.19

Published by jhendrixMSFT almost 2 years ago

Vendor a copy of azblob to avoid compilation errors with mismatched versions https://github.com/Azure/azure-event-hubs-go/issues/261

azure-event-hubs-go - v3.3.18

Published by richardpark-msft over 2 years ago

  • Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253)
azure-event-hubs-go - v3.3.17

Published by richardpark-msft almost 3 years ago

Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements #245

azure-event-hubs-go - v3.3.16

Published by richardpark-msft about 3 years ago

  • Exporting a small subset of read-only (ie, not sendable) properties from the AMQP message. #239
azure-event-hubs-go - v3.3.15

Published by richardpark-msft about 3 years ago

  • Fixing bug where the internal sender interface was out of sync with go-amqp changes. #238
azure-event-hubs-go - v3.3.14

Published by jhendrixMSFT about 3 years ago

Bug Fixes

  • Update to latest go-amqp #236
azure-event-hubs-go - v3.3.13

Published by richardpark-msft about 3 years ago

  • We no longer close the link when we receive disposition errors on sending. This allows us to return errors properly when doing parallel sends on a link that is being throttled. PR#234
azure-event-hubs-go - v3.3.12

Published by richardpark-msft about 3 years ago

  • Incorporating the latest go-amqp release (https://github.com/Azure/go-amqp/releases/tag/v0.13.10) which returns ErrLinkDetached when the link is closed based on errors from service. This will properly trigger our recovery code when Event Hubs returns throttling errors.
  • Changes made to the Sender recovery to do a cheaper recovery when possible: PR #232
azure-event-hubs-go - v3.3.11

Published by richardpark-msft over 3 years ago

Allow for controlling the maximum retry count when sending messages. #226

azure-event-hubs-go - v3.3.10

Published by jhendrixMSFT over 3 years ago

  • Fix sender.Recover() to be goroutine safe #218
  • Skip calling sender.Recover() for some errors #219
azure-event-hubs-go - v3.3.9

Published by catalinaperalta over 3 years ago

  • update the checkpoint after the receiver options are applied
  • return the error from reading an old checkpoint when initializing the receiver
azure-event-hubs-go - v3.3.8

Published by catalinaperalta over 3 years ago

  • add option to customize initial checkpoint
Package Rankings
Top 1.67% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card godoc Build Status Coverage Status
Related Projects