Closed IvanChupin closed 3 months ago
While investigating the problem we found out that during flow validation the Floodlight modules tries to send the too big entities with the rules toward the kilda floodlight-topology via the kafka topic. As result kafka client logs the errors about too large messages. In order to address this issue we agreed to split entities before sending it via the kafka topic.
We have a problem during validating some flow, there might be the following errors:
Also there is an error in the logs:
org.apache.kafka.common.errors.RecordTooLargeException: The message is 1297950 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration.