Kafka - Connect
Why does this sink connector fail to start?
{
"name": "elastic-sink",
"connector.class": "ElasticsearchSinkConnector",
"topics": "events",
"connection.url": "http://localhost:9200",
"tasks.max": 2
}Assume Elasticsearch is running and reachable.
