Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/childe/gohangout
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Mar 14, 2019
2 parents 0a0bfe0 + c6e38e0 commit 4f3153a
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 4f3153a

Please sign in to comment.