GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/308
SAMZA-1438: SystemProducer, Consumer and Admin interfaces for EventHubs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dxichen/samza eventHub-Connector Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/308.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 #308 ---- commit ebb6dd05f9e7b5eb5d285e468c28465730b172d6 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-22T00:16:45Z added gradle changes commit 0aa2d7396c855ba83135e06a09c66447e310e746 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-22T00:20:11Z initial commit, consumer, producer, admin commit d62f8fd3498a2703f726c7e3153ee24b1b9bf461 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-25T18:20:23Z fixed indents, reformated some code commit ad889aea11dcf9b08c6cec431b4a53fc06dbb066 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-25T22:58:29Z added admin tests, factored config creation commit d8d37c437b07f69b5b7b145a33a15c708be08707 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-26T00:28:01Z factored producer configs commit da4d7d54dcd80f6e6b0141292140dcec4ba0e71c Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-26T17:44:01Z cleanup producer, added test commit d6df194fb84beaf039f42371c5c5736d74abf7e1 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-29T00:35:10Z abstract eventhub client wrapper commit bcc82a59829502fd90abcd6c8f1d61a03d4e8f10 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-29T21:26:58Z fix code style, added timeout configs commit 32924ea5f120b4da240581759d4d7129a6a694c2 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-29T21:52:13Z removed depricated EventData methods commit 1965f41bef4c5b01e3eb6b75bdc6e8179068ca49 Author: Daniel Chen <29577458+dxic...@users.noreply.github.com> Date: 2017-09-29T22:29:31Z throw on missing connection configs, fixed typos ---- ---