Skip to content

Commit

Permalink
Add consumer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwong949 committed Jan 23, 2020
1 parent 080bb33 commit 1d7eaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tiered-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ docker-compose exec broker kafka-consumer-perf-test --topic test-topic \
--threads 1 \
--broker-list localhost:9091 \
--timeout 20000 \
--consumer.config config/consumer.config
--consumer.config /etc/kafka/demo/consumer.config
```

## Monitor JMX Metrics
Expand Down
2 changes: 2 additions & 0 deletions tiered-storage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
ports:
- "9091:9091"
- "8091:8091"
volumes:
- ./config:/etc/kafka/demo
environment:
KAFKA_BROKER_ID: 1
KAFKA_CONFLUENT_TIER_FEATURE: 'true'
Expand Down

0 comments on commit 1d7eaf4

Please sign in to comment.