Apache Pulsar:下一代分布式消息系统


Apache Pulsar是一个高性能并且支持多租户的server-to-server的消息队列。被称为Apache Kafka之后的下一代消息队列模型。

Apache Pulsar特征

在Pulsar实例中原生支持多集群,并且能够在多集群中无缝复制消息具有非常低的消息发布和端到端传输延迟可无缝扩展到超过一百万个topic支持包括Java,Go,Python和C++在内的多种客户端APITopic具有多种订阅模式,包括独占(exclusive),共享(shared)和故障转移(failover)由Apache BookKeeper提供消息持久化存储来保证消息传递Serverless型轻量级计算框架Pulsar Functions提供本地流数据处理能力Pulsar IO作为一款serverless连接器框架,建立在Pulsar Function之上,让数据进出Apache Pulsar变得更加容易。当数据老化时,分层存储可将数据从hot/warm 存储卸载到冷(cold)/长期(longterm)存储(如S3和GCS)。

Apache Pulsar参考链接

官网:https://pulsar.apache.org社区:Pulsar Slack频道:https://apache-pulsar.slack.com可在这里自行注册:https://apache-pulsar.herokuapp.com邮件列表:http://pulsar.apache.org/contact

Apache Pulsar翻译文档

Pulsar概述:https://blog.csdn.net/liyiming2017/article/details/82900348消息传输概念:https://blog.csdn.net/liyiming2017/article/details/82966031框架概述:https://blog.csdn.net/liyiming2017/article/details/83748080Pulsar客户端:https://blog.csdn.net/liyiming2017/article/details/83748677Geo Replication:https://blog.csdn.net/liyiming2017/article/details/83748526多租户:https://blog.csdn.net/liyiming2017/article/details/83500757认证和授权:https://blog.csdn.net/liyiming2017/article/details/83743591Topic压缩:https://blog.csdn.net/liyiming2017/article/details/83714521分成存储:https://blog.csdn.net/liyiming2017/article/details/83743412Schema注册:https://blog.csdn.net/liyiming2017/article/details/83500983