You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/09/07 09:20:05 UTC

[incubator-plc4x] 01/01: Merge branches 'feature/apache-kafka' and 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 42ddef977705ff91c0b31a42e1d41fa6aeec689f
Merge: 8260725 e8149ce
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Sep 7 11:12:02 2018 +0200

    Merge branches 'feature/apache-kafka' and 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x

 integrations/apache-kafka/README.md                |  52 +++++++
 integrations/apache-kafka/bin/debug.sh             |  29 ++++
 .../config/Plc4xSinkConnector.properties           |  23 ++++
 .../config/Plc4xSourceConnector.properties         |  21 +++
 .../config/connect-avro-docker.properties          |  44 ++++++
 integrations/apache-kafka/docker-compose.yml       |  45 +++++++
 integrations/apache-kafka/pom.xml                  | 103 ++++++++++++++
 .../apache-kafka/src/main/assembly/package.xml     |  59 ++++++++
 .../org/apache/plc4x/kafka/Plc4xSinkConnector.java |  74 ++++++++++
 .../apache/plc4x/kafka/Plc4xSourceConnector.java   |  74 ++++++++++
 .../org/apache/plc4x/kafka/common/Plc4xConfig.java |  92 +++++++++++++
 .../apache/plc4x/kafka/sink/Plc4xSinkConfig.java   |  49 +++++++
 .../org/apache/plc4x/kafka/sink/Plc4xSinkTask.java | 129 ++++++++++++++++++
 .../plc4x/kafka/source/Plc4xSourceConfig.java      |  49 +++++++
 .../apache/plc4x/kafka/source/Plc4xSourceTask.java | 140 +++++++++++++++++++
 .../org/apache/plc4x/kafka/util/VersionUtil.java   |  32 +++++
 .../apache/plc4x/kafka/Plc4XSinkConfigTest.java    |  31 +++++
 .../apache/plc4x/kafka/Plc4XSourceConfigTest.java  |  31 +++++
 .../apache/plc4x/kafka/Plc4xSinkConnectorTest.java |  30 +++++
 .../org/apache/plc4x/kafka/Plc4xSinkTaskTest.java  |  30 +++++
 .../plc4x/kafka/Plc4xSourceConnectorTest.java      |  30 +++++
 .../apache/plc4x/kafka/Plc4xSourceTaskTest.java    |  30 +++++
 .../src/test/resources/logback.xml}                |  35 ++---
 integrations/pom.xml                               |   1 +
 plc4j/protocols/pom.xml                            |   1 +
 {integrations => plc4j/protocols/test}/pom.xml     |  25 ++--
 .../org/apache/plc4x/java/test/TestAddress.java    |  72 ++++++++++
 .../org/apache/plc4x/java/test/TestConnection.java | 149 +++++++++++++++++++++
 .../org/apache/plc4x/java/test/TestDevice.java     |  76 +++++++++++
 .../org/apache/plc4x/java/test/TestPlcDriver.java  |  61 +++++++++
 .../services/org.apache.plc4x.java.api.PlcDriver   |  19 +++
 .../org/apache/plc4x/java/test/TestDeviceTest.java |  53 ++++++++
 32 files changed, 1651 insertions(+), 38 deletions(-)