

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Is there a way to set the max.request.size for kafka destiantions?
We are seeing this error on the connector
Is there a setting in agent.default.properties that I am not seeing? I was unable to see anything related to max.size.request. The cefkafka settings for kafka destination all like they would allow large messages without this error showing up.
Connector sending to kafka:
ERROR: java.util.concurrent.ExecutionException: org.apache.kafka.common.errors. RecordTooLargeException: The message is 1105463 when serialized which is larger than the maximum request size you have configured with the max.request.size configuration
The event is still making it in full to the broker as well as ESM.
This is also a custom kafka setup, not transformation hub.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
the in agent.properties of the SM you should be able to configure the following parameters:
transport.cefkafka.extra.prod.props=max.request.size
transport.cefkafka.extra.prod.values=VALUE_DESIRED
but those are introduced starting with Smart Connector version 7.10.
Verify which version did you have and if is lower then this version try to upgrade at least to SM 7.10.
Best Regards,
Daniel