Introduction
该项目为开发 Apache Pulsar 应用程序提供了一个基本的 Spring 友好型 API。
This project provides a basic Spring-friendly API for developing Apache Pulsar applications.
从很高的层面来说,Spring for Apache Pulsar 为发送到 Pulsar 主题提供了一个 PulsarTemplate
,并为从 Pulsar 主题使用 PulsarListener
注解来使用。此外,它还为 Spring 开发人员提供了各种便利的 API,以加快他们向 Apache Pulsar 中开发的旅程。
On a very high level, Spring for Apache Pulsar provides a PulsarTemplate
for publishing to a Pulsar topic and a PulsarListener
annotation for consuming from a Pulsar topic.
In addition, it also provides various convenience APIs for Spring developers to ramp up their development journey into Apache Pulsar.