PacktPublishing / Apache-Kafka-Series---Kafka-Connect-Hands-on-Learning

Apache Kafka Series - Kafka Connect Hands-on Learning, published by Packt
MIT License
9 stars 10 forks source link

Not able to create twitterSourceConnector using Landoop/Fast-data-dev. Create button is disabled #1

Open dawityifter opened 4 years ago

dawityifter commented 4 years ago

Following your instruction, I tried creating twitterSourceConnector through Landoop UI but the create button is disabled.

I tried modifying the properties but still no luck.There is no invalid syntax or any other error.

Here is my properties:

name=source-twitter-distributed
connector.class=com.eneco.trading.kafka.connect.twitter.TwitterSourceConnector
tasks.max=1
topic=demo-3-twitter
key.converter=org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable=true
value.converter=org.apache.kafka.connect.json.JsonConverter
value.converter.schemas.enable=true
twitter.consumerkey=(secret)
twitter.consumersecret=(secret)
twitter.token=(secret)
twitter.secret=(secret)
track.terms=Programming, Java, Kotlin, scala
language=en

What am I doing wrong?

dawityifter commented 4 years ago

Apparently there is a modification to the properties and topic is now topics connector is created and topic (demo-3-twitter) is ready but no message is being received. I am confused.