Skip to content

Commit

Permalink
Typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoufwind committed Mar 8, 2019
1 parent 7300f02 commit c6bb85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ assign 配置用来只消费特定的partition, 和 `topic` 配置是冲突的,

bootstrap.servers group.id 必须配置

auto.commit.interval.ms 是指多久commit一次offset, 太长的话有可能造成数据重复消费,太短的话可能会对kafka千万太大压力.
auto.commit.interval.ms 是指多久commit一次offset, 太长的话有可能造成数据重复消费,太短的话可能会对kafka造成太大压力.

max.partition.fetch.bytes 是指kafka client一次从kafka server读取多少数据,默认是10MB

Expand Down Expand Up @@ -440,7 +440,7 @@ Add:
fields:
name: childe
hostname: '[host]'
logtime: '{{.date}} {{.{time}}
logtime: '{{.date}} {{.time}}
message: '[stored][message]'
'[a][b]': '[stored][message]'
```
Expand Down

0 comments on commit c6bb85d

Please sign in to comment.