Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 39825200D1D for ; Sat, 30 Sep 2017 00:36:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3846D1609EF; Fri, 29 Sep 2017 22:36:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 874CF1609D1 for ; Sat, 30 Sep 2017 00:36:58 +0200 (CEST) Received: (qmail 31974 invoked by uid 500); 29 Sep 2017 22:36:57 -0000 Mailing-List: contact dev-help@samza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@samza.apache.org Delivered-To: mailing list dev@samza.apache.org Received: (qmail 31963 invoked by uid 99); 29 Sep 2017 22:36:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2017 22:36:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 44A83F5C0C; Fri, 29 Sep 2017 22:36:57 +0000 (UTC) From: dxichen To: dev@samza.apache.org Reply-To: dev@samza.apache.org Message-ID: Subject: [GitHub] samza pull request #308: SAMZA-1438: SystemProducer, Consumer and Admin inte... Content-Type: text/plain Date: Fri, 29 Sep 2017 22:36:57 +0000 (UTC) archived-at: Fri, 29 Sep 2017 22:36:59 -0000 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+dxichen@users.noreply.github.com> Date: 2017-09-22T00:16:45Z added gradle changes commit 0aa2d7396c855ba83135e06a09c66447e310e746 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-22T00:20:11Z initial commit, consumer, producer, admin commit d62f8fd3498a2703f726c7e3153ee24b1b9bf461 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-25T18:20:23Z fixed indents, reformated some code commit ad889aea11dcf9b08c6cec431b4a53fc06dbb066 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-25T22:58:29Z added admin tests, factored config creation commit d8d37c437b07f69b5b7b145a33a15c708be08707 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-26T00:28:01Z factored producer configs commit da4d7d54dcd80f6e6b0141292140dcec4ba0e71c Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-26T17:44:01Z cleanup producer, added test commit d6df194fb84beaf039f42371c5c5736d74abf7e1 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-29T00:35:10Z abstract eventhub client wrapper commit bcc82a59829502fd90abcd6c8f1d61a03d4e8f10 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-29T21:26:58Z fix code style, added timeout configs commit 32924ea5f120b4da240581759d4d7129a6a694c2 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-29T21:52:13Z removed depricated EventData methods commit 1965f41bef4c5b01e3eb6b75bdc6e8179068ca49 Author: Daniel Chen <29577458+dxichen@users.noreply.github.com> Date: 2017-09-29T22:29:31Z throw on missing connection configs, fixed typos ---- ---