camel-iec60870-client-kafka-connector sink configuration
Connector Description: IEC 60870 supervisory control and data acquisition (SCADA) client using NeoSCADA implementation.
When using camel-iec60870-client-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-iec60870-client-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this Sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.iec60870client.CamelIec60870clientSinkConnector
The camel-iec60870-client sink connector supports 21 options, which are listed below.
Name | Description | Default | Required | Priority |
---|---|---|---|---|
camel.sink.path.uriPath |
The object information address |
null |
true |
HIGH |
camel.sink.endpoint.dataModuleOptions |
Data module options |
null |
false |
MEDIUM |
camel.sink.endpoint.protocolOptions |
Protocol options |
null |
false |
MEDIUM |
camel.sink.endpoint.lazyStartProducer |
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. |
false |
false |
MEDIUM |
camel.sink.endpoint.acknowledgeWindow |
Parameter W - Acknowledgment window. |
10 |
false |
MEDIUM |
camel.sink.endpoint.adsuAddressType |
The common ASDU address size. May be either SIZE_1 or SIZE_2. One of: [SIZE_1] [SIZE_2] |
null |
false |
MEDIUM |
camel.sink.endpoint.causeOfTransmissionType |
The cause of transmission type. May be either SIZE_1 or SIZE_2. One of: [SIZE_1] [SIZE_2] |
null |
false |
MEDIUM |
camel.sink.endpoint.informationObjectAddressType |
The information address size. May be either SIZE_1, SIZE_2 or SIZE_3. One of: [SIZE_1] [SIZE_2] [SIZE_3] |
null |
false |
MEDIUM |
camel.sink.endpoint.maxUnacknowledged |
Parameter K - Maximum number of un-acknowledged messages. |
15 |
false |
MEDIUM |
camel.sink.endpoint.timeout1 |
Timeout T1 in milliseconds. |
15000 |
false |
MEDIUM |
camel.sink.endpoint.timeout2 |
Timeout T2 in milliseconds. |
10000 |
false |
MEDIUM |
camel.sink.endpoint.timeout3 |
Timeout T3 in milliseconds. |
20000 |
false |
MEDIUM |
camel.sink.endpoint.causeSourceAddress |
Whether to include the source address |
null |
false |
MEDIUM |
camel.sink.endpoint.connectionTimeout |
Timeout in millis to wait for client to establish a connected connection. |
10000 |
false |
MEDIUM |
camel.sink.endpoint.ignoreBackgroundScan |
Whether background scan transmissions should be ignored. |
true |
false |
MEDIUM |
camel.sink.endpoint.ignoreDaylightSavingTime |
Whether to ignore or respect DST |
false |
false |
MEDIUM |
camel.sink.endpoint.timeZone |
The timezone to use. May be any Java time zone string |
"UTC" |
false |
MEDIUM |
camel.sink.endpoint.connectionId |
An identifier grouping connection instances |
null |
false |
MEDIUM |
camel.component.iec60870-client.defaultConnection Options |
Default connection options |
null |
false |
MEDIUM |
camel.component.iec60870-client.lazyStartProducer |
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. |
false |
false |
MEDIUM |
camel.component.iec60870-client.autowiredEnabled |
Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc. |
true |
false |
MEDIUM |
The camel-iec60870-client sink connector has no converters out of the box.
The camel-iec60870-client sink connector has no transforms out of the box.
The camel-iec60870-client sink connector has no aggregation strategies out of the box.