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 c78f052  Implemented an example using PLC4X and Edgent to publish PLC 
values directly to kafka
c78f052 is described below

commit c78f052ab8eba5c9fdc0e87eb14007e1d558937e
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed Feb 7 14:47:06 2018 +0100

    Implemented an example using PLC4X and Edgent to publish PLC values 
directly to kafka
    
    - Added a little more documentation to the las missing line.
    
    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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/kafka-bridge/server.sh b/examples/kafka-bridge/server.sh
index 614654c..d351c19 100755
--- a/examples/kafka-bridge/server.sh
+++ b/examples/kafka-bridge/server.sh
@@ -26,5 +26,6 @@ cd ${KAFKA_HOME}/bin
 # Start Kafka
 ./kafka-server-start.sh -daemon ../config/server.properties
 
+# Start a Kafka consumer that simply dumps everything to the console
 ./kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic 
test-topic --from-beginning
 

-- 
To stop receiving notification emails like this one, please contact
cd...@apache.org.

Reply via email to