SYMPTOM:
“KafkaProducerWrapper::Send: Producer failed Broker: Message size too large” error occurs on Intelligence Server console in Strategy 10.6 and above
REPRODUCING STEPS:
1. Start zookeeper, kafka server, and Intelligence Server
2. Enable several logs on diagnostic tools, such as Database Classes>SQL trace
3. reload project via command manager
4. Following message occurs on Intelligence Server console
KafkaProducerWrapper::Send: Producer failed Broker: Message size too large
CAUSE:
Message length is larger than the setting for broker: messages.max.bytes.
ACTION:
Update message.max.bytes= 10000000 on Kafka Server configuration.
For start Kafka, refer to Technical Document below:
KB328852: How to start and stop MicroStrategy Messaging Services (Kafka) in MicroStrategy 10.5 and higher versions on Windows and Linux
For configure Apache Kafka Server and Log Consumer on Windows, refer to Technical Document below:
How to configure Apache Kafka Server and Log Consumer on Windows in Strategy 10.6 and above
For configure Apache Kafka Server and Log Consumer on Linux, refer to Technical Document below:
How to configure Apache Kafka Server and Log Consumer on Linux in Strategy 10.6 and above
Article Reference Number: KB441545