Posts

Showing posts with the label apache-kafka-connect

Unknown configuration 'errors.deadletterqueue.topic.name'

Unknown configuration 'errors.deadletterqueue.topic.name' I am trying to configure Sink Kafka Connect for Google Cloud PubSub Service. Using following command to configure Kafka Connect: curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{ "name": "pubsub_test", "config": { "connector.class": "com.google.pubsub.kafka.sink.CloudPubSubSinkConnector", "tasks.max": "1", "topics": "kafka_test_topic", "cps.topic": "cps_test_topic", "cps.project": "cps_test_project" } }' http://localhost:8083/connectors In status, I have a following message: {"name":"pubsub_test","connector": {"state":"RUNNING","worker_id":"connect:8083"}, "tasks":[{"state":"FAILED","trace":"org.apache.kafka.common.config....