saraaaaaaaaaaaaa / pulsar

Pulsar - distributed pub-sub messaging system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pulsar - distributed pub-sub messaging system

License:Apache License 2.0


Languages

Language:Java 84.8%Language:C++ 11.4%Language:C 1.3%Language:Python 1.0%Language:Shell 0.7%Language:HTML 0.5%Language:Protocol Buffer 0.2%Language:CMake 0.1%