Exception: Kafka::MessageSizeTooLarge
- Inherits:
-
ProtocolError
- Object
- StandardError
- Error
- ProtocolError
- Kafka::MessageSizeTooLarge
- Defined in:
- lib/kafka.rb
Overview
10 The server has a configurable maximum message size to avoid unbounded memory allocation. This error is thrown if the client attempt to produce a message larger than this maximum.