Skip to content

Commit 0abc1de

Browse files
[create-pull-request] automated change (#1716)
Co-authored-by: oscerd <[email protected]>
1 parent 912c2cb commit 0abc1de

File tree

14 files changed

+154
-10
lines changed

14 files changed

+154
-10
lines changed

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-netty-http-sink.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@
266266
"priority": "MEDIUM",
267267
"required": "false"
268268
},
269+
"camel.sink.endpoint.shutdownTimeout": {
270+
"name": "camel.sink.endpoint.shutdownTimeout",
271+
"description": "Shutdown await timeout in milliseconds",
272+
"defaultValue": "100",
273+
"priority": "MEDIUM",
274+
"required": "false"
275+
},
269276
"camel.sink.endpoint.synchronous": {
270277
"name": "camel.sink.endpoint.synchronous",
271278
"description": "Sets whether synchronous processing should be strictly used",
@@ -613,6 +620,13 @@
613620
"priority": "MEDIUM",
614621
"required": "false"
615622
},
623+
"camel.component.netty-http.shutdownTimeout": {
624+
"name": "camel.component.netty-http.shutdownTimeout",
625+
"description": "Shutdown await timeout in milliseconds",
626+
"defaultValue": "100",
627+
"priority": "MEDIUM",
628+
"required": "false"
629+
},
616630
"camel.component.netty-http.transferExchange": {
617631
"name": "camel.component.netty-http.transferExchange",
618632
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-netty-http-source.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@
367367
"priority": "MEDIUM",
368368
"required": "false"
369369
},
370+
"camel.source.endpoint.shutdownTimeout": {
371+
"name": "camel.source.endpoint.shutdownTimeout",
372+
"description": "Shutdown await timeout in milliseconds",
373+
"defaultValue": "100",
374+
"priority": "MEDIUM",
375+
"required": "false"
376+
},
370377
"camel.source.endpoint.synchronous": {
371378
"name": "camel.source.endpoint.synchronous",
372379
"description": "Sets whether synchronous processing should be strictly used",
@@ -782,6 +789,13 @@
782789
"priority": "MEDIUM",
783790
"required": "false"
784791
},
792+
"camel.component.netty-http.shutdownTimeout": {
793+
"name": "camel.component.netty-http.shutdownTimeout",
794+
"description": "Shutdown await timeout in milliseconds",
795+
"defaultValue": "100",
796+
"priority": "MEDIUM",
797+
"required": "false"
798+
},
785799
"camel.component.netty-http.transferExchange": {
786800
"name": "camel.component.netty-http.transferExchange",
787801
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-netty-sink.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@
220220
"priority": "MEDIUM",
221221
"required": "false"
222222
},
223+
"camel.sink.endpoint.shutdownTimeout": {
224+
"name": "camel.sink.endpoint.shutdownTimeout",
225+
"description": "Shutdown await timeout in milliseconds",
226+
"defaultValue": "100",
227+
"priority": "MEDIUM",
228+
"required": "false"
229+
},
223230
"camel.sink.endpoint.synchronous": {
224231
"name": "camel.sink.endpoint.synchronous",
225232
"description": "Sets whether synchronous processing should be strictly used",
@@ -600,6 +607,13 @@
600607
"priority": "MEDIUM",
601608
"required": "false"
602609
},
610+
"camel.component.netty.shutdownTimeout": {
611+
"name": "camel.component.netty.shutdownTimeout",
612+
"description": "Shutdown await timeout in milliseconds",
613+
"defaultValue": "100",
614+
"priority": "MEDIUM",
615+
"required": "false"
616+
},
603617
"camel.component.netty.transferExchange": {
604618
"name": "camel.component.netty.transferExchange",
605619
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-netty-source.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@
266266
"priority": "MEDIUM",
267267
"required": "false"
268268
},
269+
"camel.source.endpoint.shutdownTimeout": {
270+
"name": "camel.source.endpoint.shutdownTimeout",
271+
"description": "Shutdown await timeout in milliseconds",
272+
"defaultValue": "100",
273+
"priority": "MEDIUM",
274+
"required": "false"
275+
},
269276
"camel.source.endpoint.synchronous": {
270277
"name": "camel.source.endpoint.synchronous",
271278
"description": "Sets whether synchronous processing should be strictly used",
@@ -695,6 +702,13 @@
695702
"priority": "MEDIUM",
696703
"required": "false"
697704
},
705+
"camel.component.netty.shutdownTimeout": {
706+
"name": "camel.component.netty.shutdownTimeout",
707+
"description": "Shutdown await timeout in milliseconds",
708+
"defaultValue": "100",
709+
"priority": "MEDIUM",
710+
"required": "false"
711+
},
698712
"camel.component.netty.transferExchange": {
699713
"name": "camel.component.netty.transferExchange",
700714
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

connectors/camel-netty-http-kafka-connector/src/generated/resources/camel-netty-http-sink.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@
266266
"priority": "MEDIUM",
267267
"required": "false"
268268
},
269+
"camel.sink.endpoint.shutdownTimeout": {
270+
"name": "camel.sink.endpoint.shutdownTimeout",
271+
"description": "Shutdown await timeout in milliseconds",
272+
"defaultValue": "100",
273+
"priority": "MEDIUM",
274+
"required": "false"
275+
},
269276
"camel.sink.endpoint.synchronous": {
270277
"name": "camel.sink.endpoint.synchronous",
271278
"description": "Sets whether synchronous processing should be strictly used",
@@ -613,6 +620,13 @@
613620
"priority": "MEDIUM",
614621
"required": "false"
615622
},
623+
"camel.component.netty-http.shutdownTimeout": {
624+
"name": "camel.component.netty-http.shutdownTimeout",
625+
"description": "Shutdown await timeout in milliseconds",
626+
"defaultValue": "100",
627+
"priority": "MEDIUM",
628+
"required": "false"
629+
},
616630
"camel.component.netty-http.transferExchange": {
617631
"name": "camel.component.netty-http.transferExchange",
618632
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

connectors/camel-netty-http-kafka-connector/src/generated/resources/camel-netty-http-source.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@
367367
"priority": "MEDIUM",
368368
"required": "false"
369369
},
370+
"camel.source.endpoint.shutdownTimeout": {
371+
"name": "camel.source.endpoint.shutdownTimeout",
372+
"description": "Shutdown await timeout in milliseconds",
373+
"defaultValue": "100",
374+
"priority": "MEDIUM",
375+
"required": "false"
376+
},
370377
"camel.source.endpoint.synchronous": {
371378
"name": "camel.source.endpoint.synchronous",
372379
"description": "Sets whether synchronous processing should be strictly used",
@@ -782,6 +789,13 @@
782789
"priority": "MEDIUM",
783790
"required": "false"
784791
},
792+
"camel.component.netty-http.shutdownTimeout": {
793+
"name": "camel.component.netty-http.shutdownTimeout",
794+
"description": "Shutdown await timeout in milliseconds",
795+
"defaultValue": "100",
796+
"priority": "MEDIUM",
797+
"required": "false"
798+
},
785799
"camel.component.netty-http.transferExchange": {
786800
"name": "camel.component.netty-http.transferExchange",
787801
"description": "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.",

connectors/camel-netty-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/nettyhttp/CamelNettyhttpSinkConnectorConfig.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ public class CamelNettyhttpSinkConnectorConfig
140140
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_CONF = "camel.sink.endpoint.sendBufferSize";
141141
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DOC = "The TCP/UDP buffer sizes to be used during outbound communication. Size is bytes.";
142142
public static final Integer CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DEFAULT = 65536;
143+
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_CONF = "camel.sink.endpoint.shutdownTimeout";
144+
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DOC = "Shutdown await timeout in milliseconds";
145+
public static final Integer CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DEFAULT = 100;
143146
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_CONF = "camel.sink.endpoint.synchronous";
144147
public static final String CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DOC = "Sets whether synchronous processing should be strictly used";
145148
public static final Boolean CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DEFAULT = false;
@@ -299,6 +302,9 @@ public class CamelNettyhttpSinkConnectorConfig
299302
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_CONF = "camel.component.netty-http.sendBufferSize";
300303
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DOC = "The TCP/UDP buffer sizes to be used during outbound communication. Size is bytes.";
301304
public static final Integer CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DEFAULT = 65536;
305+
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_CONF = "camel.component.netty-http.shutdownTimeout";
306+
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DOC = "Shutdown await timeout in milliseconds";
307+
public static final Integer CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DEFAULT = 100;
302308
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_CONF = "camel.component.netty-http.transferExchange";
303309
public static final String CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DOC = "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.";
304310
public static final Boolean CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DEFAULT = false;
@@ -434,6 +440,7 @@ public static ConfigDef conf() {
434440
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_DOC);
435441
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_DOC);
436442
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DOC);
443+
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DOC);
437444
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DOC);
438445
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_DOC);
439446
conf.define(CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_DOC);
@@ -487,6 +494,7 @@ public static ConfigDef conf() {
487494
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_DOC);
488495
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_DOC);
489496
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DOC);
497+
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DOC);
490498
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DOC);
491499
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_DOC);
492500
conf.define(CAMEL_SINK_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_CONF, ConfigDef.Type.STRING, CAMEL_SINK_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_DOC);

connectors/camel-netty-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/nettyhttp/CamelNettyhttpSourceConnectorConfig.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ public class CamelNettyhttpSourceConnectorConfig
173173
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_CONF = "camel.source.endpoint.sendBufferSize";
174174
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DOC = "The TCP/UDP buffer sizes to be used during outbound communication. Size is bytes.";
175175
public static final Integer CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DEFAULT = 65536;
176+
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_CONF = "camel.source.endpoint.shutdownTimeout";
177+
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DOC = "Shutdown await timeout in milliseconds";
178+
public static final Integer CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DEFAULT = 100;
176179
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_CONF = "camel.source.endpoint.synchronous";
177180
public static final String CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DOC = "Sets whether synchronous processing should be strictly used";
178181
public static final Boolean CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DEFAULT = false;
@@ -353,6 +356,9 @@ public class CamelNettyhttpSourceConnectorConfig
353356
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_CONF = "camel.component.netty-http.sendBufferSize";
354357
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DOC = "The TCP/UDP buffer sizes to be used during outbound communication. Size is bytes.";
355358
public static final Integer CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DEFAULT = 65536;
359+
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_CONF = "camel.component.netty-http.shutdownTimeout";
360+
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DOC = "Shutdown await timeout in milliseconds";
361+
public static final Integer CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DEFAULT = 100;
356362
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_CONF = "camel.component.netty-http.transferExchange";
357363
public static final String CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DOC = "Only used for TCP. You can transfer the exchange over the wire instead of just the body. The following fields are transferred: In body, Out body, fault body, In headers, Out headers, fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level.";
358364
public static final Boolean CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DEFAULT = false;
@@ -502,6 +508,7 @@ public static ConfigDef conf() {
502508
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_DOC);
503509
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_RECEIVE_BUFFER_SIZE_PREDICTOR_DOC);
504510
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SEND_BUFFER_SIZE_DOC);
511+
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SHUTDOWN_TIMEOUT_DOC);
505512
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_SYNCHRONOUS_DOC);
506513
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCEPTION_DOC);
507514
conf.define(CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_ENDPOINT_TRANSFER_EXCHANGE_DOC);
@@ -562,6 +569,7 @@ public static ConfigDef conf() {
562569
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_DOC);
563570
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_RECEIVE_BUFFER_SIZE_PREDICTOR_DOC);
564571
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_SEND_BUFFER_SIZE_DOC);
572+
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_SHUTDOWN_TIMEOUT_DOC);
565573
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_TRANSFER_EXCHANGE_DOC);
566574
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_UDP_BYTE_ARRAY_CODEC_DOC);
567575
conf.define(CAMEL_SOURCE_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_NETTYHTTP_COMPONENT_UNIX_DOMAIN_SOCKET_PATH_DOC);

0 commit comments

Comments
 (0)