SINTEF-9012 / kafka-mqtt-source-connector

A connector plugin to use with Kafka's Connect API. It can be configured to map any topic from an mqtt broker to any topic on the Kafka broker. The connector can be configured to use SSL in communication with the mqtt broker.
MIT License
24 stars 17 forks source link

getting Started #3

Closed mkuiwu closed 4 years ago

mkuiwu commented 4 years ago
  1. I think in the step of creating topic

    "path-to-kafka" /kafka_2.13-2.4.1/bin/kafka-topics

    should be changed to

    "path-to-kafka" /kafka_2.13-2.4.1/ bin / kafka-topics.sh

    and the -p parameter can be added when creating the / usr / share / java / kafka directory

asmhug commented 4 years ago

That is correct. I have done this in different environments, and on different platforms. Running it on Linux should require a ".sh" suffic. Thank you so much for the feedback!