1. 程式人生 > >kafka 0.10傳送、接收大訊息解決辦法

kafka 0.10傳送、接收大訊息解決辦法

配置三個地方:

Broker: message.max.bytes and replica.fetch.max.bytes

Producer: max.request.size

Consumer: max.partition.fetch.bytes

注意: message.max.bytes必須小於等於replica.fetch.max.bytes