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/17 15:47:07 UTC

[incubator-plc4x] 03/03: Merge branch 'skorikov-feature/api-redesign-chris-c'

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 86fb5db7e24946dd25aad688c1c6fec3e392faea
Merge: e22e344 98976eb
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 17 17:46:06 2018 +0200

    Merge branch 'skorikov-feature/api-redesign-chris-c'

 integrations/apache-kafka/README.md                | 34 +++----------
 integrations/apache-kafka/bin/debug.sh             | 29 -----------
 .../config/Plc4xSinkConnector.properties           | 23 ---------
 .../config/Plc4xSourceConnector.properties         | 21 --------
 .../config/connect-avro-docker.properties          | 44 ----------------
 integrations/apache-kafka/config/sink.properties   | 25 +++++++++
 integrations/apache-kafka/config/source.properties | 24 +++++++++
 integrations/apache-kafka/docker-compose.yml       | 45 -----------------
 integrations/apache-kafka/pom.xml                  | 55 ++------------------
 .../apache-kafka/src/main/assembly/package.xml     | 59 ----------------------
 .../org/apache/plc4x/kafka/Plc4xSourceTask.java    |  7 +--
 .../apache/plc4x/kafka/Plc4xSinkConnectorTest.java | 30 -----------
 .../org/apache/plc4x/kafka/Plc4xSinkTaskTest.java  | 30 -----------
 .../plc4x/kafka/Plc4xSourceConnectorTest.java      | 30 -----------
 .../apache/plc4x/kafka/Plc4xSourceTaskTest.java    | 30 -----------
 .../apache-kafka/src/test/resources/logback.xml    | 29 -----------
 16 files changed, 61 insertions(+), 454 deletions(-)