Last Version

Examples: Connectivity: Kafka 0.3.1

Sample application that reads data from a connected PLC and publishes this information to a Kafka topic.

License

License

GroupId

GroupId

org.apache.plc4x.examples
ArtifactId

ArtifactId

hello-connectivity-kafka
Version

Version

0.3.1
Type

Type

jar
Description

Description

Examples: Connectivity: Kafka
Sample application that reads data from a connected PLC and publishes this information to a Kafka topic.
Project Organization

Project Organization

The Apache Software Foundation

Download hello-connectivity-kafka 0.3.1


<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/ -->
<dependency>
    <groupId>org.apache.plc4x.examples</groupId>
    <artifactId>hello-connectivity-kafka</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation 'org.apache.plc4x.examples:hello-connectivity-kafka:0.3.1'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation ("org.apache.plc4x.examples:hello-connectivity-kafka:0.3.1")
'org.apache.plc4x.examples:hello-connectivity-kafka:jar:0.3.1'
<dependency org="org.apache.plc4x.examples" name="hello-connectivity-kafka" rev="0.3.1">
  <artifact name="hello-connectivity-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-connectivity-kafka', version='0.3.1')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-connectivity-kafka" % "0.3.1"
[org.apache.plc4x.examples/hello-connectivity-kafka "0.3.1"]

Dependencies

compile (12)

Group / Artifact Type Version
org.apache.plc4x : plc4j-api jar 0.3.1
org.apache.plc4x : apache-edgent jar 0.3.1
org.apache.edgent : edgent-api-function jar 1.2.0
org.apache.edgent : edgent-api-topology jar 1.2.0
org.apache.edgent : edgent-providers-direct jar 1.2.0
org.apache.edgent : edgent-connectors-kafka jar 1.2.0
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.7
com.fasterxml.jackson.core : jackson-databind jar 2.9.7
com.fasterxml.jackson.core : jackson-annotations jar 2.9.7
com.google.code.gson : gson jar 2.8.0
org.apache.commons : commons-lang3 jar 3.7
ch.qos.logback : logback-classic jar 1.2.3

runtime (2)

Group / Artifact Type Version
org.apache.plc4x : plc4j-driver-s7 jar 0.3.1
org.apache.plc4x : plc4j-driver-simulated jar 0.3.1

Project Modules

There are no modules declared in this project.