Kafka - Connect
You have this connector config JSON:
What is wrong with this configuration?
{
"name": "my-sink-connector",
"connector.class": "org.apache.kafka.connect.file.FileStreamSinkConnector",
"tasks.max": 1,
"topics": "my-topic"
}What is wrong with this configuration?
