mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Update kafkacat command with consumer flag (#3882)
This commit is contained in:
parent
e54025805f
commit
2410eb281e
@ -461,7 +461,7 @@ arn:minio:sqs:us-east-1:1:kafka s3:ObjectCreated:*,s3:ObjectRemoved:* Filter: su
|
|||||||
We used [kafkacat](https://github.com/edenhill/kafkacat) to print all notifications on the console.
|
We used [kafkacat](https://github.com/edenhill/kafkacat) to print all notifications on the console.
|
||||||
|
|
||||||
```
|
```
|
||||||
kafkacat -b localhost:9092 -t bucketevents
|
kafkacat -C -b localhost:9092 -t bucketevents
|
||||||
```
|
```
|
||||||
|
|
||||||
Open another terminal and upload a JPEG image into ``images`` bucket.
|
Open another terminal and upload a JPEG image into ``images`` bucket.
|
||||||
|
Loading…
Reference in New Issue
Block a user