Release v2.0.0-rc1-incubating-candidate-3
Fixed licenses and notice file (#1748)
11 files changed
tree: 6413886a5b9534a4b2f02e061c4f7c42d7f222d1
  1. .github/
  2. .test-infra/
  3. .travis/
  4. all/
  5. bin/
  6. build/
  7. buildtools/
  8. conf/
  9. dashboard/
  10. deployment/
  11. docker/
  12. managed-ledger/
  13. protobuf/
  14. pulsar-broker/
  15. pulsar-broker-auth-athenz/
  16. pulsar-broker-common/
  17. pulsar-broker-shaded/
  18. pulsar-client/
  19. pulsar-client-admin/
  20. pulsar-client-admin-shaded/
  21. pulsar-client-admin-shaded-for-functions/
  22. pulsar-client-auth-athenz/
  23. pulsar-client-cpp/
  24. pulsar-client-kafka-compat/
  25. pulsar-client-shaded/
  26. pulsar-client-tools/
  27. pulsar-client-tools-test/
  28. pulsar-common/
  29. pulsar-connect/
  30. pulsar-discovery-service/
  31. pulsar-functions/
  32. pulsar-log4j2-appender/
  33. pulsar-proxy/
  34. pulsar-spark/
  35. pulsar-storm/
  36. pulsar-testclient/
  37. pulsar-websocket/
  38. pulsar-zookeeper/
  39. pulsar-zookeeper-utils/
  40. site/
  41. src/
  42. tests/
  43. .gitignore
  44. .travis.yml
  45. CONTRIBUTORS.md
  46. DISCLAIMER
  47. faq.md
  48. LICENSE
  49. NOTICE
  50. pom.xml
  51. README.md
README.md

logo

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

https://pulsar.incubator.apache.org

Main features

  • Horizontally scalable (Millions of independent topics and millions of messages published per second)
  • Strong ordering and consistency guarantees
  • Low latency durable storage
  • Topic and queue semantics
  • Load balancer
  • Designed for being deployed as a hosted service:
    • Multi-tenant
    • Authentication
    • Authorization
    • Quotas
    • Support mixing very different workloads
    • Optional hardware isolation
  • Keeps track of consumer cursor position
  • REST API for provisioning, admin and stats
  • Geo replication
  • Transparent handling of partitioned topics
  • Transparent batching of messages

Build Pulsar

Requirements:

  • Java JDK 1.8
  • Maven

Compile and install:

$ mvn install -DskipTests

Start standalone Pulsar service:

$ bin/pulsar standalone

Check https://pulsar.incubator.apache.org for documentation and examples.

Contact

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

Pulsar slack channel 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

Crypto Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software: Pulsar uses the SSL library from Bouncy Castle written by http://www.bouncycastle.org.