fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

twitter source connector create button is not enable

Open Kiollpt opened this issue 5 years ago • 1 comments

I can not create twitter connector https://drive.google.com/file/d/1lX1dhQom_tnzgV-ahyrpVnfcH3IaUpf5/view?usp=sharing

Kiollpt avatar Jun 01 '19 04:06 Kiollpt

Is this issue resolved? I'm also facing the same issue with lensesio/fast-data-dev:latest image. Also, getting the error Config "topic" requires a value.

I am using the below config:

name=demo
connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector
tasks.max=1
file=demo-file.txt
topic=demo-topic
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

AftabVirtual avatar Jan 06 '20 08:01 AftabVirtual