笔误
Closed this issue · 1 comments
chengshiwen commented
- 第154页:earlies应该为earliest,为了保证新版kafka(从kafka 0.11开始)语义(虽然librdkafka做了兼容),建议把largest都改为latest(相关文字为auto.offset.reset=largest),smallest都改为earliest(相关文字为<auto_offset_reset>=smallest</auto_offset_reset>)
- 第165页:创建spripelog_1,拼写错误,应该为stripelog_1
- 第229页:配置文件示例,其中缩进排版问题
nauu commented
感谢提供勘误信息,将在加印版本中修正