Use pure ZStd decompression is CGo is disabled (#3)

9 files changed
tree: 47ea5f9ae51dd4839e51f1a56665fc11357ea81e
  1. integration-tests/
  2. perf/
  3. pkg/
  4. pulsar/
  5. util/
  6. .gitignore
  7. Dockerfile
  8. go.mod
  9. go.sum
  10. LICENSE
  11. NOTICE
  12. pulsar-test-service-start.sh
  13. pulsar-test-service-stop.sh
  14. README.md
README.md

Apache Pulsar Go Client Library

Note: this library is still a work in progress. For production usage, please refer to the CGo based client library, documented at http://pulsar.apache.org/docs/en/client-libraries-go/

Goal

This projects is developing a pure-Go client library for Pulsar that does not depend on the C++ Pulsar library.

Once feature parity and stability are reached, this will supersede the current CGo based library.

Status

Check the Projects page at https://github.com/apache/pulsar-client-go/projects for tracking the status and the progress.

Contact

Mailing lists
NameScope
users@pulsar.apache.orgUser-related discussionsSubscribeUnsubscribeArchives
dev@pulsar.apache.orgDevelopment-related discussionsSubscribeUnsubscribeArchives
Slack

Pulsar slack channel #dev-go at https://apache-pulsar.slack.com/

You can self-register at https://apache-pulsar.herokuapp.com/

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0