Release v1.19.0-incubating-candidate-0
Release 1.19.0-incubating
20 files changed
tree: d9fca59645f2d10af70aec29aee9ad03299a02f6
  1. .github/
  2. .travis/
  3. all/
  4. bin/
  5. conf/
  6. dashboard/
  7. docker/
  8. kubernetes/
  9. managed-ledger/
  10. protobuf/
  11. pulsar-broker/
  12. pulsar-broker-auth-athenz/
  13. pulsar-broker-common/
  14. pulsar-checksum/
  15. pulsar-client/
  16. pulsar-client-admin/
  17. pulsar-client-auth-athenz/
  18. pulsar-client-cpp/
  19. pulsar-client-tools/
  20. pulsar-common/
  21. pulsar-discovery-service/
  22. pulsar-proxy/
  23. pulsar-spark/
  24. pulsar-storm/
  25. pulsar-testclient/
  26. pulsar-websocket/
  27. pulsar-zookeeper/
  28. pulsar-zookeeper-utils/
  29. site/
  30. src/
  31. .gitignore
  32. .travis.yml
  33. CONTRIBUTORS.md
  34. DISCLAIMER
  35. LICENSE
  36. NOTICE
  37. pom.xml
  38. 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