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