-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not configure MQTT Connector in Control Center #9
Comments
Hi Holger, thanks for sharing the issue. I will ask colleagues from engineering to review and respond here. In general, you can always use Confluent Slack Community (https://launchpass.com/confluentcommunity) which is free to use. You can ask any Kafka and Confluent questions there, and engineering also monitors the Slack channels. |
Hi Kai, I have configured kafka mqtt connect using source-anonymous.properties file. Configuration is given below. name=mqtt-source After making this configuration I have started the connect by below command confluent start connect. I checked the connect log. [2019-07-25 08:53:33,439] INFO Started o.e.j.s.ServletContextHandler@5f5c2451{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler:855) ERROR: Can you please go through the configuration I have given. Please let me know is there any mistake I did. I want to know one more thing if I run "confluent start connect" how do I know that confluent is taking source-anonymous.properties file instead of something else. Your help will be greatful. |
The exception clearly shows that the structure of your config is not correct. Looks like White space in |
Also can you please attach the full log file. My colleague just said there should be a more clear error message. |
Hi Kai, I am getting below error : i created a connector with below confiiguration
When I execute above examples and check connector status it show me running like :
But when I publish data from Mqtt Topic it is not recieved at the kafka consumer topics. Consumer:
Mqtt publish topic:
I am getting below error when I check status of mqtt connector
Is there any issue with connector properties? or something else..? |
I'm struggling with the configuration as described in this tutorial of the mqtt connector via control center. It works fine via terminal, however, when trying to add it in control center it hangs until forever after pressing "Continue" (which is turning from violet to grey before":
I think the underlying issue is, that the selection of the mqtt connector class does not trigger the ui update to show the connector specific configuration options (as it does for all other connectors).
I'm using confluent-5.2.1 on an ubuntu server along with
kafka-connect-mqtt:1.2.1-preview
. Are these two versions supposed to be compatible with another?Is there a more appropriate channel to report this problem?
The text was updated successfully, but these errors were encountered: