You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/15 15:04:00 UTC

[jira] [Commented] (KAFKA-5454) Add a new Kafka Streams example IoT oriented

    [ https://issues.apache.org/jira/browse/KAFKA-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050585#comment-16050585 ] 

ASF GitHub Bot commented on KAFKA-5454:
---------------------------------------

GitHub user ppatierno opened a pull request:

    https://github.com/apache/kafka/pull/3352

    KAFKA-5454: Add a new Kafka Streams example IoT oriented

    Added a Kafka Streams example (IoT oriented) using "tumbling" window

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ppatierno/kafka stream-temperature-example

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3352.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 #3352
    
----
commit 536fbbfc070053e5bbb07ecfa8b49f7c184497c1
Author: ppatierno <pp...@live.com>
Date:   2017-06-15T14:56:39Z

    Added a Kafka Streams example (IoT oriented) using "tumbling" window

----


> Add a new Kafka Streams example IoT oriented
> --------------------------------------------
>
>                 Key: KAFKA-5454
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5454
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Paolo Patierno
>            Assignee: Paolo Patierno
>            Priority: Trivial
>
> Hi,
> I had the doubt to open a JIRA or not for this but I have a PR with an example of using Kafka Streams in a simple IoT scenario using "tumbling" window for processing maximum temperature value in the latest 5 seconds and sending an "alarm" if it's over 20.
> Thanks,
> Paolo.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)