Hi whenever I try to create a new connector it gets timed outcurl -s -X POST -H "Accept:application/json" -H "Content-Type:application/json" -d @connector-config.json http://localhost:8083/connectors {"error_code":500,"message":"Request timed out"} 4:13<https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398606596419> where can we see logs related to it .. 4:13<https://confluentcommunity.slack.com/archives/C49L0V3L7/p1665398624991459> in connect.log, all i can see is [2022-10-10 10:07:44,524] TRACE [Worker clientId=connect-1, groupId=connect-demo-group] Submitting connector config write request oss-atp-connector (org.apache.kafka.connect.runtime.distributed.DistributedHerder:864)
this is connector-config.json { "name": "oss-atp-connector", "config": { "connector.class": "JdbcSinkConnector", "tasks.max": "2", "connection.url": "jdbc:oracle:thin:@prime?TNS_ADMIN=/opt/jdbc/wallet", "connection.user": "csdnd", "connection.password": "Rsdbjdf", "mode": "incrementing", "incrementing.column.name": "ID", "topic":"CTRANSACTION_SINK" } } thanks Charandeep This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.