Pulsar发送消息分析
Pulsar提供的多种发送消息的模式,分别是:send(msg)-同步消息,sendAsync(msg)-异步消息;
简单示例
public class SampleProducer {
publ
2025-07-08