Skip to content

Commit

Permalink
Update README for new project name and contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Aug 26, 2020
1 parent 78c95fc commit 589c18e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## Introduction [中文](https://github.com/Qihoo360/kafkabridge/blob/master/README_ZH.md)
* Kafkabridge is based on the [librdkafka](https://github.com/edenhill/librdkafka) under the hook. A mass of details related to how to use has been hidden, that making QBus more simple and easy-to-use than [librdkafka](https://github.com/edenhill/librdkafka). For producing and consuming messages, the only thing need the users to do is to invoke a few APIs, for these they don't need to understand too much about Kafka.
* Qbusbridge is based on the [librdkafka](https://github.com/edenhill/librdkafka) under the hook. A mass of details related to how to use has been hidden, that making QBus more simple and easy-to-use than [librdkafka](https://github.com/edenhill/librdkafka). For producing and consuming messages, the only thing need the users to do is to invoke a few APIs, for these they don't need to understand too much about Kafka.
* The reliability of messages producing, that is may be the biggest concerns of the users, has been considerably improved.

## Features
Expand Down Expand Up @@ -206,3 +206,9 @@ eg. for broker 0.9.0.1, following configurations are necessary:
api.version.request=false
broker.version.fallback=0.9.0.1
```

## Contact

QQ group: 876834263

![](https://github.com/Qihoo360/qbusbridge/blob/master/kafkabridge.png)
9 changes: 6 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 简介 [English](https://github.com/Qihoo360/kafkabridge/blob/master/README.md)
* kafkabridge 底层基于 [librdkafka](https://github.com/edenhill/librdkafka), 与之相比封装了大量的使用细节,简单易用,使用者无需了解过多的Kafka系统细节,只需调用极少量的接口,就可完成消息的生产和消费;
* qbusbridge 底层基于 [librdkafka](https://github.com/edenhill/librdkafka), 与之相比封装了大量的使用细节,简单易用,使用者无需了解过多的Kafka系统细节,只需调用极少量的接口,就可完成消息的生产和消费;
* 针对使用者比较关心的消息生产的可靠性,作了近一步的提升

## 特点
Expand Down Expand Up @@ -206,5 +206,8 @@ api.version.request=false
broker.version.fallback=0.9.0.1
```

## QQ 群 : 876834263
![](https://github.com/Qihoo360/kafkabridge/blob/master/kafkabridge.png)
## 联系我们

QQ 群:876834263

![](https://github.com/Qihoo360/qbusbridge/blob/master/kafkabridge.png)

0 comments on commit 589c18e

Please sign in to comment.