Skip to content

Instantly share code, notes, and snippets.

@s-chb
Last active August 24, 2020 16:19
Show Gist options
  • Select an option

  • Save s-chb/5532b0b969f7382c74bbd58b2f74a07b to your computer and use it in GitHub Desktop.

Select an option

Save s-chb/5532b0b969f7382c74bbd58b2f74a07b to your computer and use it in GitHub Desktop.
{
"name": "ServiceNowSourceConnector",
"config": {
"connector.class": "io.confluent.connect.servicenow.ServiceNowSourceConnector",
"kafka.topic": "servicenow",
"servicenow.url": "https://devxxx.service-now.com/",
"tasks.max": "1",
"servicenow.table": "incident",
"servicenow.user": "xxx",
"servicenow.password": "xxxx",
"servicenow.since": "2019-01-01",
"key.converter": "io.confluent.connect.avro.AvroConverter",
"key.converter.schema.registry.url": "http://schema-registry:8081",
"value.converter": "io.confluent.connect.avro.AvroConverter",
"value.converter.schema.registry.url": "http://schema-registry:8081",
"confluent.topic.bootstrap.servers": "broker:29092",
"confluent.license": "",
"poll.interval.s": "10",
"confluent.topic.replication.factor": "1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment