-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from Barenboim/dev
merge Dev
- Loading branch information
Showing
18 changed files
with
414 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
language: cpp | ||
dist: trusty | ||
os: linux | ||
compiler: | ||
- gcc | ||
|
||
jobs: | ||
include: | ||
- env: COMPILER=g++-8 BUILD=Release STANDARD=11 | ||
compiler: gcc | ||
addons: | ||
apt: | ||
update: true | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-8 | ||
- cmake | ||
|
||
script: | ||
- make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ int main() | |
* [About connection context](docs/en/about-connection-context.md) | ||
* Built-in protocols | ||
* [Asynchronous MySQL client:mysql\_cli](docs/en/tutorial-12-mysql_cli.md) | ||
* [Asynchronous Kafka client: kafka\_cli](docs/tutorial-13-kafka_cli.md) | ||
* [Asynchronous Kafka client: kafka\_cli](docs/en/tutorial-13-kafka_cli.md) | ||
|
||
#### System design features | ||
|
||
|
@@ -136,9 +136,3 @@ Memory reclamation mechanism | |
|
||
To be continued... | ||
|
||
## Authors | ||
|
||
* **Xie Han** - *[[email protected]](mailto:[email protected])* | ||
* **Wu Jiaxu** - *[[email protected]](mailto:[email protected])* | ||
* **Wang Zhulei** - *[[email protected]](mailto:[email protected])* - Kafka Protocol Implementation | ||
* **Li Yingxin** - *[[email protected]](mailto:[email protected])* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.