问题原因一:个是kafka本身的配置没有调整到上限
问题原因二:就是我们自己写python消费kafka代码的时候没有参数配置没有限制
RecordTooLargeError: ("There are some messages at [Partition=Offset]: {TopicPartition(topic='psadad', partition=1): 75} whose size is larger than the fetch size 1048576 and hence cannot be ever returned. Increase the fetch size, or decrease the maximum message size the broker will allow.", {TopicPartition(topic='psadad', partition=1): 75})
max_partition_fetch_bytes=1048576 * 10