You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ot...@apache.org on 2020/11/04 12:57:43 UTC

[plc4x] branch develop updated (5c52f38 -> c0e5c10)

This is an automated email from the ASF dual-hosted git repository.

otto pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 5c52f38  Update README.md
     add 5bf9d85  Add Kafka Sink Compiles and runs as standalone connector, doesn't implement writing to PLC Have to also figure out the JSON format it is expecting.
     add 5354533  Fix Kafka Source CPU usage
     add 8cd3bfd  Ooops
     add b2255b7  Add Optional poll interval and buffer size.
     new c0e5c10  Merge pull request #200 from apache/bug/kafka-source-cpu

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache-kafka/config/plc4x-source.properties    |  2 ++
 .../apache/plc4x/kafka/Plc4xSourceConnector.java   | 10 +++++++++
 .../org/apache/plc4x/kafka/Plc4xSourceTask.java    | 25 +++++++++++++++++++---
 .../java/org/apache/plc4x/kafka/config/Source.java | 14 +++++++++++-
 .../apache/plc4x/kafka/config/SourceConfig.java    | 16 +++++++++++++-
 .../plc4x/kafka/config/SourceConfigTest.java       |  2 ++
 6 files changed, 64 insertions(+), 5 deletions(-)


[plc4x] 01/01: Merge pull request #200 from apache/bug/kafka-source-cpu

Posted by ot...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

otto pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit c0e5c10d7ac2d945cfcd8da5b0e6ddaf691de996
Merge: 5c52f38 b2255b7
Author: Otto Fowler <ot...@gmail.com>
AuthorDate: Wed Nov 4 07:56:26 2020 -0500

    Merge pull request #200 from apache/bug/kafka-source-cpu
    
    PLC4X-255 Fix for Kafka Source CPU Usage

 .../apache-kafka/config/plc4x-source.properties    |  2 ++
 .../apache/plc4x/kafka/Plc4xSourceConnector.java   | 10 +++++++++
 .../org/apache/plc4x/kafka/Plc4xSourceTask.java    | 25 +++++++++++++++++++---
 .../java/org/apache/plc4x/kafka/config/Source.java | 14 +++++++++++-
 .../apache/plc4x/kafka/config/SourceConfig.java    | 16 +++++++++++++-
 .../plc4x/kafka/config/SourceConfigTest.java       |  2 ++
 6 files changed, 64 insertions(+), 5 deletions(-)