add go mod for pulsar-client-go (#4)

Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
23 files changed
tree: 467e97602f1b47cea712d3c02f9c9af0b8f3cdbb
  1. integration-tests/
  2. perf/
  3. pulsar/
  4. .gitignore
  5. Dockerfile
  6. go.mod
  7. go.sum
  8. LICENSE
  9. NOTICE
  10. pulsar-test-service-start.sh
  11. pulsar-test-service-stop.sh
  12. 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