This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 4192825 - Finished a first operational version of the quickstart for
the kafka-connect adapter.
4192825 is described below
commit 419282518923572fffb49e8c917759ebc59ccc37
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Apr 17 08:13:43 2019 +0200
- Finished a first operational version of the quickstart for the
kafka-connect adapter.
---
integrations/apache-kafka/README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/integrations/apache-kafka/README.md
b/integrations/apache-kafka/README.md
index b8ffe88..8246967 100644
--- a/integrations/apache-kafka/README.md
+++ b/integrations/apache-kafka/README.md
@@ -54,5 +54,10 @@ See `config/sink.properties` for example configuration.
10) Start Kafka connect:
bin/connect-standalone.sh config/connect-standalone.properties
config/plc4x/source.properties
+Now watch the console window with the "kafka-console-consumer".
-Now watch the console window with the "kafka-console-consumer".
\ No newline at end of file
+If you want to debug the connector, be sure to set some environment variables
before starting Kafka-Connect:
+
+ export KAFKA_DEBUG=y; export DEBUG_SUSPEND_FLAG=y;
+
+In this case the startup will suspend till an IDE is connected via a
remote-debugging session.
\ No newline at end of file