From 2410eb281e85be1470068b16d4d67b7ee04cbf47 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Fri, 10 Mar 2017 22:31:59 +0530 Subject: [PATCH] Update kafkacat command with consumer flag (#3882) --- docs/bucket/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index 59cdeefc9..27d5fd43f 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -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. ``` -kafkacat -b localhost:9092 -t bucketevents +kafkacat -C -b localhost:9092 -t bucketevents ``` Open another terminal and upload a JPEG image into ``images`` bucket.