Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd00d17c

Browse files
authored
Merge branch 'kafka-rust:master' into master
2 parentsca13561 +69c29ec commitd00d17c

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

‎README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,6 @@ Welcome to kafka-rust's new home: https://github.com/kafka-rust
1515
- This library is primarily documented through examples in its[API documentation](https://docs.rs/kafka/).
1616
- Documentation about Kafka itself can be found at[its project home page](http://kafka.apache.org/).
1717

18-
##Sponsors
19-
20-
Thank you to our sponsors, this helps me to spend more time on this project and also helps with infrastructure
21-
22-
<table>
23-
<tr>
24-
<td>
25-
<imgwidth="1000"height="0">
26-
<a href="https://upstash.com/?utm_source=kafka-rust" >
27-
<imgsrc="https://raw.githubusercontent.com/upstash/sponsorship/master/kafka.png"alt="Upstash"width="260"align="right">
28-
</a>
29-
30-
<h3>Upstash: Serverless Kafka</h3>
31-
32-
<ul>
33-
<li>True Serverless Kafka with per-request-pricing</li>
34-
<li>Managed Apache Kafka, works with all Kafka clients</li>
35-
<li>Built-in REST API designed for serverless and edge functions</li>
36-
</ul>
37-
38-
[Start for free in 30 seconds!](https://upstash.com/?utm_source=kafka-rust)
39-
40-
</td>
41-
</tr>
42-
</table>
43-
4418
##Installation
4519

4620
This crate works with Cargo and is on

‎tests/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version:'2'
21
services:
32
zookeeper:
43
image:wurstmeister/zookeeper:3.4.6

‎tests/run-all-tests

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
set -e
2222

2323
stop_docker() {
24-
docker-compose down
24+
dockercompose down
2525
}
2626

2727
start_docker() {
2828
# pull zookeeper and build the kafka image
29-
docker-compose pull
30-
docker-compose build kafka
31-
docker-compose up -d zookeeper kafka
29+
dockercompose pull
30+
dockercompose build kafka
31+
dockercompose up -d zookeeper kafka
3232

3333
# wait for Kafka to be ready and the test topic to be created
34-
./do_until_success"docker-compose logs kafka | grep 'Created topic\"kafka-rust-test\"'"
35-
./do_until_success"docker-compose logs kafka | grep 'Created topic\"kafka-rust-test2\"'"
34+
./do_until_success"dockercompose logs kafka | grep 'Created topic\"kafka-rust-test\"'"
35+
./do_until_success"dockercompose logs kafka | grep 'Created topic\"kafka-rust-test2\"'"
3636
}
3737

3838
setup() {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp