Kafka - Connect
Identify the error in this sink connector config JSON:
{
"name": "jdbc-sink",
"config": {
"connector.class": "io.confluent.connect.jdbc.JdbcSinkConnector",
"topic": "orders",
"connection.url": "jdbc:postgresql://localhost:5432/shop"
}
}