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

logo

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

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