Categorygithub.com/cornelk/pulsar-go
repositorypackage
0.1.3
Repository: https://github.com/cornelk/pulsar-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Apache Pulsar Golang Client Library

Build status go.dev reference Go Report Card codecov

An alternative Golang client library for the Apache Pulsar project.

Benefits over other Pulsar Go libraries

  • Faster message processing
  • Pure Golang, works without use of Cgo
  • Idiomatic and cleaner Go
  • Better stability
  • Allows specifying of initial positions for topic pattern subscriptions
  • Higher test coverage
  • Pluggable logger interface

Status

The library is in an early state of development, the API is not stable yet. Any help or input is welcome.

Alternative libraries