Skip to content

Commit

Permalink
fix: use rackaware
Browse files Browse the repository at this point in the history
  • Loading branch information
KaimingWan committed Jun 22, 2024
1 parent a038840 commit 01584c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions benchmark-framework/src/main/resources/log4j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Configuration:
AppenderRef:
- ref: Console
- ref: RollingFile
Logger:
- name: org.apache.kafka.clients.consumer.internals.Fetcher
level: debug
additivity: false
AppenderRef:
- ref: Console
- ref: RollingFile
# Logger:
# - name: org.apache.kafka.clients.consumer.internals.Fetcher
# level: debug
# additivity: false
# AppenderRef:
# - ref: Console
# - ref: RollingFile
2 changes: 1 addition & 1 deletion driver-msk/driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ producerConfig: |
consumerConfig: |
auto.offset.reset=earliest
enable.auto.commit=true
client.rack=cn-northwest-1a
client.rack=cnnw1-az1

0 comments on commit 01584c0

Please sign in to comment.