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 c
GitHub user prateekm opened a pull request:
https://github.com/apache/samza/pull/455
Misc. Util cleanup
Major changes:
1. Broke up 'Util' class into multiple classes: 'FileUtil', 'HttpUtil',
'CoordinatorStreamUtil'.
2. Consolidated some Util classes: MathUtil, ScalaJavaUtil