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

Commit 7c62d87

Browse files
authored
update readme (#9)
1 parent f073d26 commit 7c62d87

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Checkout these folders to see how to run the examples:
1111
- [php-simple-kafka-client](src/ext-php-simple-kafka-client)
1212

1313
## Examples with other compatible systems
14-
- [Redpanda](src/redpanda) is a Kafka API compatible streaming platform
14+
- [Redpanda](src/redpanda) is a Kafka API compatible [streaming platform](https://vectorized.io/redpanda)
1515

1616
## Customize to fit your setup
1717
If you wan't to test / debug something that is closer to your setup,
1818
you can modify the following arguments in `docker-compose.yml`:
1919
```
20-
PHP_IMAGE_TAG: 8.0-cli-alpine3.13
21-
LIBRDKAFKA_VERSION: v1.6.1
20+
PHP_IMAGE_TAG: 8.1-cli-alpine3.15
21+
LIBRDKAFKA_VERSION: v1.8.2
2222
PHP_EXTENSION: php-kafka/php-simple-kafka-client
23-
PHP_EXTENSION_VERSION: v0.1.1
23+
PHP_EXTENSION_VERSION: v0.1.4
2424
```
2525
Adjust those, to reflect your setup and afterwards run:
2626
```

‎src/redpanda/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Redpanda playground
2-
[Redpanda](https://vectorized.io/redpanda) support all parts of the Kafka API except for the transactions API.
3-
You can find the issue in their public github [here](https://github.com/vectorizedio/redpanda/issues/445).
4-
Also it seems there is currently no setup to support a schema registry.
2+
[Redpanda](https://vectorized.io/redpanda) support all parts of the Kafka API.
3+
Transaction API support since `v21.8.1` (recommended, at least `v21.8.2`)
4+
Schema registry support since `v21.8.1`
55

66
## Running examples
77
1. `docker-compose up -d`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /