You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/08 11:16:13 UTC

[GitHub] [camel-kafka-connector] apupier commented on a change in pull request #536: Catalog: Rename the json file to reflect the id and connectors.properties content

apupier commented on a change in pull request #536:
URL: https://github.com/apache/camel-kafka-connector/pull/536#discussion_r501640107



##########
File path: camel-kafka-connector-catalog/src/generated/resources/connectors/camel-ahc-sink.json
##########
@@ -0,0 +1,162 @@
+{
+	"connector": {
+		"class": "org.apache.camel.kafkaconnector.ahc.CamelAhcSinkConnector",
+		"artifactId": "camel-ahc-kafka-connector",
+		"groupId": "org.apache.camel.kafkaconnector",
+		"id": "camel-ahc-sink",
+		"type": "sink",
+		"version": "0.6.0-SNAPSHOT"
+	},
+	"properties": {
+		"camel.sink.path.httpUri": {
+			"name": "camel.sink.path.httpUri",
+			"description": "The URI to use such as http:\/\/hostname:port\/path",
+			"defaultValue": "null",
+			"priority": "HIGH"
+		},
+		"camel.sink.endpoint.bridgeEndpoint": {
+			"name": "camel.sink.endpoint.bridgeEndpoint",
+			"description": "If the option is true, then the Exchange.HTTP_URI header is ignored, and use the endpoint's URI for request. You may also set the throwExceptionOnFailure to be false to let the AhcProducer send all the fault response back.",
+			"defaultValue": "false",
+			"priority": "MEDIUM"
+		},
+		"camel.sink.endpoint.bufferSize": {
+			"name": "camel.sink.endpoint.bufferSize",
+			"description": "The initial in-memory buffer size used when transferring data between Camel and AHC Client.",
+			"defaultValue": "4096",
+			"priority": "MEDIUM"
+		},
+		"camel.sink.endpoint.connectionClose": {
+			"name": "camel.sink.endpoint.connectionClose",
+			"description": "Define if the Connection Close header has to be added to HTTP Request. This parameter is false by default",
+			"defaultValue": "false",
+			"priority": "MEDIUM"
+		},
+		"camel.sink.endpoint.cookieHandler": {
+			"name": "camel.sink.endpoint.cookieHandler",
+			"description": "Configure a cookie handler to maintain a HTTP session",
+			"defaultValue": "null",
+			"priority": "MEDIUM"
+		},
+		"camel.sink.endpoint.headerFilterStrategy": {
+			"name": "camel.sink.endpoint.headerFilterStrategy",
+			"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
+			"defaultValue": "null",

Review comment:
       Isn't a problem to make the difference between the `null` as `String` and no default value?
   
   I'm guessing here that it means there is no default value defined




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org