All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-http-source-source.json Maven / Gradle / Ivy

{
	"connector": {
		"class": "org.apache.camel.kafkaconnector.httpsource.CamelHttpsourceSourceConnector",
		"artifactId": "camel-http-source-kafka-connector",
		"groupId": "org.apache.camel.kafkaconnector",
		"id": "camel-http-source-source",
		"type": "source",
		"version": "4.8.0",
		"description": "Periodically fetches an HTTP resource and provides the content as output."
	},
	"properties": {
		"camel.kamelet.http-source.period": {
			"name": "camel.kamelet.http-source.period",
			"description": "The interval between fetches in milliseconds",
			"defaultValue": "10000",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.http-source.contentType": {
			"name": "camel.kamelet.http-source.contentType",
			"description": "The content type accepted for the resource",
			"defaultValue": "\"application\/json\"",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.http-source.url": {
			"name": "camel.kamelet.http-source.url",
			"description": "The URL to fetch for data Example: https:\/\/gist.githubusercontent.com\/nicolaferraro\/e3c72ace3c751f9f88273896611ce5fe\/raw\/3b6f54060bacb56b6719b7386a4645cb59ad6cc1\/quote.json",
			"priority": "HIGH",
			"required": "true"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy