Skip to content

Commit

Permalink
fix typo in docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Sep 8, 2020
1 parent 9d10852 commit 62e0c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KAFKA_TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-compose -f docker-compose-kafka-single.yml exec kafka kafka-topics --crea

5. Publish a sample test message:
```
docker-compose -f docker-compose-kafka-single.yml exec bash -c "echo 'this is a test' | kafka-console-producer --request-required-acks 1 --broker-list localhost:9092 --topic grok_exporter_test"
docker-compose -f docker-compose-kafka-single.yml exec kafka bash -c "echo 'this is a test' | kafka-console-producer --request-required-acks 1 --broker-list localhost:9092 --topic grok_exporter_test"
```

6. Given that the grok_exporter was properly configured and you're matching for a string in the message you've previously published to kafka, you should have matches that appear on the metrics page.
6. Given that the `grok_exporter` was properly configured and you're matching for a string in the message you've previously published to kafka, you should have matches that appear on the metrics page.

0 comments on commit 62e0c8b

Please sign in to comment.