返回

pulsar

pulsar

相关概念

  • 计算存储分离
  • image-20210406220312072

安装测试

# 下载
wget https://mirrors.bfsu.edu.cn/apache/pulsar/pulsar-2.7.1/apache-pulsar-2.7.1-bin.tar.gz
tar xvfz apache-pulsar-2.7.1-bin.tar.gz
cd apache-pulsar-2.7.1

# 单机启动
bin/pulsar standalone

# 消费消息
bin/pulsar-client consume my-topic -s "first-subscription"

# 生产消息
bin/pulsar-client produce my-topic --messages "hello-pulsar"

相关资料

官网快速启动

Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy
本站访问量:   您是本站第 位访问者