blob: da2b069e6d72702796f937fe3341555f1638dec2 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.httpsink.CamelHttpsinkSinkConnector",
"artifactId": "camel-http-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-http-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Forward data to a HTTP or HTTPS endpoint."
},
"properties": {
"camel.kamelet.http-sink.url": {
"name": "camel.kamelet.http-sink.url",
"description": "The URL to which you want to send data. Example: https:\/\/my-service\/path",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.http-sink.method": {
"name": "camel.kamelet.http-sink.method",
"description": "The HTTP method to use.",
"defaultValue": "\"POST\"",
"priority": "MEDIUM",
"required": "false"
}
}
}