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


The following commit(s) were added to refs/heads/master by this push:
     new 1a6cbb6  Implemented an example using PLC4X and Edgent to publish PLC 
values directly to kafka
1a6cbb6 is described below

commit 1a6cbb638d9825c6a7c804ea1655ed7de1348694
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Feb 7 14:46:17 2018 +0100

    Implemented an example using PLC4X and Edgent to publish PLC values 
directly to kafka
    
    - Removed the reference to my hard coded directory.
    
    Remark: This example currently only reads a hard coded memory area, as we 
haven't implemented batch reads with Edgent yet.
---
 examples/kafka-bridge/server.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/kafka-bridge/server.sh b/examples/kafka-bridge/server.sh
index e8971b6..614654c 100755
--- a/examples/kafka-bridge/server.sh
+++ b/examples/kafka-bridge/server.sh
@@ -18,7 +18,7 @@
 # under the License.
 # ----------------------------------------------------------------------------
 
-cd /Users/christofer.dutz/Devtools/Apache/Kafka/kafka_2.12-0.11.0.1/bin
+cd ${KAFKA_HOME}/bin
 
 # Start Zookeeper
 ./zookeeper-server-start.sh -daemon ../config/zookeeper.properties

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to