Github user victor-wong commented on the pull request:
https://github.com/apache/storm/pull/1443#issuecomment-221819857
>Found a message (10,485,760 bytes) ...
It seems we can not get the actual size of the message.
I have made some updates according to your advice.
- Add an option "KafkaConfig.skipMsgOverFetchSize" to determine how to
handle a large message, default is to skip this message and continue processing.
- Move handling logic out of KafkaUtils. Instead handle it in
PartitionManager (non-trident) and TridentKafkaEmitter (trident).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---