kafka消费者

This commit is contained in:
luoxiang
2019-05-29 00:01:32 +08:00
parent 80f5886d01
commit 4be48146c9
14 changed files with 407 additions and 5 deletions

View File

@ -195,7 +195,7 @@ broker返回给消费者数据的等待时间。
#### 8. max.poll.records
单次调用call()方法能够返回的记录数量。
单次调用poll()方法能够返回的记录数量。
#### 9. receive.buffer.bytes 和 send.buffer.byte