Pulsar release 1.17.2
17 files changed
tree: 602cfd65ff27021cc18d6e9069fb03137ce5673c
  1. .github/
  2. .travis/
  3. all/
  4. bin/
  5. conf/
  6. dashboard/
  7. docs/
  8. managed-ledger/
  9. protobuf/
  10. pulsar-broker/
  11. pulsar-broker-auth-athenz/
  12. pulsar-broker-common/
  13. pulsar-checksum/
  14. pulsar-client/
  15. pulsar-client-admin/
  16. pulsar-client-auth-athenz/
  17. pulsar-client-cpp/
  18. pulsar-client-tools/
  19. pulsar-common/
  20. pulsar-discovery-service/
  21. pulsar-storm/
  22. pulsar-testclient/
  23. pulsar-websocket/
  24. pulsar-zookeeper-utils/
  25. src/
  26. .gitignore
  27. .travis.yml
  28. CONTRIBUTORS.md
  29. LICENSE
  30. NOTICE
  31. pom.xml
  32. README.md
README.md

logo

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

Maven Central

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

Documentation

Contact

License

Copyright 2016 Yahoo Inc.

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