Skip to content

Commit 76e4c53

Browse files
committed
(fix) read me
1 parent 13ef71f commit 76e4c53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Kafka Java Consumer
22

33
[![Build Status](https://api.travis-ci.org/leancloud/kafka-java-consumer.svg?branch=master)](https://travis-ci.org/leancloud/kafka-java-consumer)
4+
[![Coverage Status](https://codecov.io/gh/leancloud/kafka-java-consumer/branch/master/graph/badge.svg)](https://codecov.io/gh/leancloud/kafka-java-consumer)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![Maven](https://img.shields.io/github/release/leancloud/kafka-java-consumer.svg)](https://github.com/leancloud/kafka-java-consumer/releases)
57

68
Kafka is a greate lib which is very versatile and flexible, but many things may go wrong if you use it without great care and a good understanding about Kafka internals. Next we will talk about some pitfalls on the consumer side which are easy to encounter with.
79

0 commit comments

Comments
 (0)