GitHub user srinipunuru opened a pull request:
https://github.com/apache/samza/pull/454
Skipping large messages in the EventHub system producer
EventHubs have restriction on maximum message sizes that can be allowed.
Adding a `systems.%s.eventhubs.skipMessagesLargerThanBytes` that can be used in
the event hub system to make it skip messages that are larger than specific
bytes so that we don't even try to send those large messages because EventHubs
will reject them anyways.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srinipunuru/samza skip.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/454.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #454
----
commit 5c584ae95229f680957cc3f0ede410fa5a2f8c92
Author: Srinivasulu Punuru <spunuru@...>
Date: 2018-03-23T16:33:44Z
Skipping large messages in the EventHub system producer
----
---