[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916245 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/GetAWSIoTShadow.java --- @@ -0,0 +1,114 @@

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916202 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/GetAWSIoTShadow.java --- @@ -0,0 +1,114 @@

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916129 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/PutAWSIoTShadow.java --- @@ -0,0 +1,107 @@

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916101 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/util/IoTMessage.java --- @@ -0,0 +1,44 @@

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916076 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/AbstractAWSIoTProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916052 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/AbstractAWSIoTProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916039 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/AbstractAWSIoTProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101916002 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/util/MqttWebSocketAsyncClient.java --- @@

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101915884 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/AbstractAWSIoTProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/1521#discussion_r101915841 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/iot/AbstractAWSIoTProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1521: NIFI-1767 - Added 1st iteration of IOT-Processors f...

2017-02-19 Thread trixpan
GitHub user trixpan opened a pull request: https://github.com/apache/nifi/pull/1521 NIFI-1767 - Added 1st iteration of IOT-Processors for reading and wri… …ting AWS IOT shadow and MQTT topics This closes: #349 Thank you for submitting a contribution to Apache