提交 031271cb 编写于 作者: M Matteo Merli 提交者: GitHub

Added badge image with latest Pulsar version from Maven central (#84)

上级 776042ba
......@@ -3,6 +3,9 @@
Pulsar is a distributed pub-sub messaging platform with a very
flexible messaging model and an intuitive client API.
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar)
## Main features
* Horizontally scalable (Millions of independent topics and millions
of messages published per second)
......
......@@ -68,7 +68,7 @@ page.
Download latest binary release from
```
https://github.com/yahoo/pulsar/releases
https://github.com/yahoo/pulsar/releases/latest
```
```shell
......@@ -94,7 +94,9 @@ A sample namespace, `sample/standalone/ns1`, is already available.
## Using the Pulsar Java client API
Include dependency for Pulsar client library:
Include dependency for Pulsar client library.
Latest version is [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client)
```xml
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册