Skip to main content

Pulsar Client Go

Important notice

  • The client has dropped support for Go 1.20. The minimum supported version is now Go 1.21. (Related PR)
  • The BackoffPolicy interface and related methods has been moved to the backoff package from the internal package. The BackoffPolicy interface is renamed to Policy. (Related PR)

What's Changed

New Contributors