Merge pull request #1 from merlimat/master

Initial client library submission
tree: 673f4c230cbc4f683229299ded4f15563e241590
  1. integration-tests/
  2. perf/
  3. pulsar/
  4. .gitignore
  5. Dockerfile
  6. LICENSE
  7. NOTICE
  8. pulsar-test-service-start.sh
  9. pulsar-test-service-stop.sh
  10. 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