Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ page.
Download latest binary release from

```
https://github.com/yahoo/pulsar/releases
https://github.com/yahoo/pulsar/releases/latest
```

```shell
Expand All @@ -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>
Expand Down