This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d8275ad98 Site checkin for project PLC4X: Jenkins Tools
d8275ad98 is described below
commit d8275ad984e5231188b647814b82f6bff678d085
Author: jenkins <[email protected]>
AuthorDate: Wed May 11 07:24:38 2022 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/integrations/apache-kafka.html | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/users/integrations/apache-kafka.html
b/users/integrations/apache-kafka.html
index cf1c000a9..a062cea7b 100644
--- a/users/integrations/apache-kafka.html
+++ b/users/integrations/apache-kafka.html
@@ -347,6 +347,11 @@ in the config/connect-distributed.properties file.</p>
<div class="paragraph">
<p>4) Copy the files in the <code>config</code> to Kafka’s
<code>config</code> directory.</p>
</div>
+<div class="paragraph">
+<p>5) Make sure that the host name that the OPCUA server advertises during the
discovery process is able
+to be resolved from the Kafka Connect server. The easiest way to do this is to
add the hostname to your
+hosts file.</p>
+</div>
<div class="sect2">
<h3 id="start_a_kafka_broker">Start a Kafka Broker</h3>
<div class="paragraph">
@@ -399,7 +404,7 @@ This includes comments as well as meaningful properties
that can be used with th
</div>
<div class="paragraph">
<p>The configuration of the connectors via the REST interface expects the same
properties as are specified within the
-example <code>config/plc4x-source.properties</code> file. These will need to
be in JSON format and included with a couple of headers.
+example <a
href="https://github.com/apache/plc4x/tree/develop/plc4j/integrations/apache-kafka/config">config/plc4x-source.properties</a>
file. These will need to be in JSON format and included with a couple of
headers.
An example below shows the format it expects:-</p>
</div>
<div class="literalblock">
@@ -477,7 +482,7 @@ bin/kafka-topics --create --zookeeper localhost:2181
--topic connect-status --re
<h2 id="sink_connector">Sink Connector</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>See <code>config/sink.properties</code> for an example configuration.</p>
+<p>See <a
href="https://github.com/apache/plc4x/tree/develop/plc4j/integrations/apache-kafka/config">config/sink.properties</a>
for an example configuration.</p>
</div>
<div class="sect2">
<h3 id="start_a_kafka_connect_sink_worker_standalone">Start a Kafka Connect
Sink Worker (Standalone)</h3>