
maxwell
Pianist Of Keyboard
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kafka max.request.size
项目场景: 使用maxwell通过kafka发布mysql binlog数据 问题描述: 在启动maxwell的时候遇到这个warning,结合maxwell启动时候的打印初始参数可知是参数出了问题 The request included a message larger than the max message size the server will accept 原因分析: 参考 https://blog.csdn.net/tiyager/article/details/10262原创 2021-10-19 18:20:04 · 7372 阅读 · 0 评论 -
kafka max.request.size过小的问题
遇到问题: 配置maxwell+kafka的时候遇到报错提示producer request的大小大于默认值 ERROR MaxwellKafkaProducer - The message is 1260501 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. 参考kafka文档可知max.requ原创 2021-10-19 11:54:29 · 7768 阅读 · 0 评论