当前位置:网站首页>[pulsar document] concepts and architecture
[pulsar document] concepts and architecture
2022-07-03 00:26:00 【swadian2008】
Catalog
3、 ... and 、 framework /Architecture
5、 ... and 、 Regional replication /Geo Replication
6、 ... and 、 multi-tenancy /Multi Tenancy
7、 ... and 、 Authentication and Authorization /Authentication and Authorization
8、 ... and 、 Theme compression /Topic Compaction
Nine 、 Agent support and SNI route /Proxy support with SNI routing
Ten 、 Multiple broadcast listeners /Multiple advertised listeners
One 、 summary /Overview
Pulsar It's a multi tenant 、 High performance server to server messaging solutions .Originally developed by Yahoo, Pulsar is under the stewardship of the Apache Software Foundation.
Key features of Pulsar are listed below:
- Support multiple clusters (multiple clusters in a Pulsar instance), Seamless message regional replication across clusters
- Extremely low publishing and end-to-end latency (end-to-end latency)
- Seamlessly expand to millions of topics (million topics)
- Easy to use client API,A simple client API with bindings for Java, Go, Python and C++.
- Multiple subscription types ,Multiple subscription types (exclusive, shared, and failover) for topics.
- from Apache BookKeeper Ensure the delivery of persistent messages .
- Provides a lightweight computing framework without servers Pulsar Functions, Can process stream data (stream-native data).
- Provide a server free connector framework Pulsar IO,Pulsar IO stay Pulsar Functions Build on , Data can be moved in and out more easily Apache Pulsar.
- Hierarchical storage (Tiered Storage), When data ages , Tiered storage moves data from hot storage to cold storage ( Such as S3 and GCS).
Two 、 news /Messaging
6、 News subscription Subscriptions
7、 Multi topic subscription Multi-topic subscriptions
8、 Theme partition Partitioned topics
9、 Non persistent themes Non-persistent topics
11、 The messaging Message redelivery
12、 Message retention and expiration Message retention and expiry
13、 The news is heavy Message deduplication
// If the connection fails , Please find the corresponding article in this column
3、 ... and 、 framework /Architecture
pulsar Architecture Overview Architecture Overview
Four 、 client /Clients
5、 ... and 、 Regional replication /Geo Replication
Regional replication /Geo Replication
6、 ... and 、 multi-tenancy /Multi Tenancy
7、 ... and 、 Authentication and Authorization /Authentication and Authorization
Pulsar Support pluggable Authentication Mechanism , This mechanism can be found in proxy and/or the broker On the configuration .Pulsar It also supports pluggable to grant authorization Mechanism . These mechanisms are jointly identified client And client On the subject 、 Namespace and tenant access .
8、 ... and 、 Theme compression /Topic Compaction
Theme compression /Topic Compaction
Nine 、 Agent support and SNI route /Proxy support with SNI routing
Agent support and SNI route /Proxy support with SNI routing
Ten 、 Multiple broadcast listeners /Multiple advertised listeners
边栏推荐
- Cmake basic use
- Free we media essential tools sharing
- Multiprocess programming (II): Pipeline
- Array de duplication
- TypeError: Cannot read properties of undefined (reading ***)
- Digital twin smart factory develops digital twin factory solutions
- [MCU project training] eight way answering machine
- MATLAB signal processing [Q & a notes-1]
- 多进程编程(四):共享内存
- mm中的GAN模型架构
猜你喜欢

论文的英文文献在哪找(除了知网)?

Pytorch里面多任务Loss是加起来还是分别backward?

Is the multitasking loss in pytoch added up or backward separately?

DotNet圈里一个优秀的ORM——FreeSql

Bigder: how to deal with the bugs found in the 32/100 test if they are not bugs

Chapter 3 of getting started with MySQL: database creation and operation

Additional: token; (don't read until you finish writing...)

Bigder:32/100 测试发现的bug开发认为不是bug怎么处理

Xcode real machine debugging

Monitor container runtime tool Falco
随机推荐
pod生命周期详解
Luogu_ P2010 [noip2016 popularization group] reply date_ Half enumeration
AcWing_ 188. Warrior cattle_ bfs
Sysdig analysis container system call
Open source | Wenxin big model Ernie tiny lightweight technology, which is accurate and fast, and the effect is fully open
form表单实例化
kubernetes编写yml简单入门
Digital collection trading website domestic digital collection trading platform
maya渔屋建模
redis21道经典面试题,极限拉扯面试官
关于Unity屏幕相关Screen的练习题目,Unity内部环绕某点做运动
Don't want teachers to see themselves with cameras in online classes? Virtual camera you deserve!
Should you study kubernetes?
How to write the design scheme of the thesis?
Feature Engineering: summary of common feature transformation methods
MATLAB signal processing [Q & a notes-1]
经济学外文文献在哪查?
Markdown使用教程
Luogu_ P1149 [noip2008 improvement group] matchstick equation_ Enumeration and tabulation
多进程编程(三):消息队列