kafka-docker-playground icon indicating copy to clipboard operation
kafka-docker-playground copied to clipboard

playground connector create-or-update with --validate is slow

Open vdesabou opened this issue 7 months ago • 0 comments

playground connector create-or-update --connector splunk-sink --validate << EOF
{
     "connector.class": "com.splunk.kafka.connect.SplunkSinkConnector",
     "tasks.max": "1",
     "topics": "splunk-qs",
     "splunk.indexes": "main",
     "splunk.hec.uri": "http://splunk:8088",
     "_splunk.hec.token": "99582090-3ac3-4db1-9487-e17b17a05081",
     "_splunk.hec.token": "WRONG",
     "splunk.sourcetypes": "my_sourcetype",
     "value.converter": "org.apache.kafka.connect.storage.StringConverter",
     "splunk.validation.disable": "true"
}
EOF

vdesabou avatar Jul 16 '24 16:07 vdesabou