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:44 UTC

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

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(-)