camel-iec60870-server-kafka-connector sink configuration

Connector Description: IEC 60870 supervisory control and data acquisition (SCADA) server using NeoSCADA implementation.

When using camel-iec60870-server-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-server-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.iec60870server.CamelIec60870serverSinkConnector

The camel-iec60870-server sink connector supports 22 options, which are listed below.

Name Description Default Priority

camel.sink.path.uriPath

Required The object information address.

HIGH

camel.sink.endpoint.dataModuleOptions

Data module options.

MEDIUM

camel.sink.endpoint.filterNonExecute

Filter out all requests which don’t have the execute bit set.

true

MEDIUM

camel.sink.endpoint.protocolOptions

Protocol options.

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

MEDIUM

camel.sink.endpoint.acknowledgeWindow

Parameter W - Acknowledgment window.

10

MEDIUM

camel.sink.endpoint.adsuAddressType

The common ASDU address size. May be either SIZE_1 or SIZE_2. One of: [SIZE_1] [SIZE_2].

Enum values:

  • SIZE_1

  • SIZE_2

MEDIUM

camel.sink.endpoint.causeOfTransmissionType

The cause of transmission type. May be either SIZE_1 or SIZE_2. One of: [SIZE_1] [SIZE_2].

Enum values:

  • SIZE_1

  • SIZE_2

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].

Enum values:

  • SIZE_1

  • SIZE_2

  • SIZE_3

MEDIUM

camel.sink.endpoint.maxUnacknowledged

Parameter K - Maximum number of un-acknowledged messages.

15

MEDIUM

camel.sink.endpoint.timeout1

Timeout T1 in milliseconds.

15000

MEDIUM

camel.sink.endpoint.timeout2

Timeout T2 in milliseconds.

10000

MEDIUM

camel.sink.endpoint.timeout3

Timeout T3 in milliseconds.

20000

MEDIUM

camel.sink.endpoint.causeSourceAddress

Whether to include the source address.

MEDIUM

camel.sink.endpoint.connectionTimeout

Timeout in millis to wait for client to establish a connected connection.

10000

MEDIUM

camel.sink.endpoint.ignoreBackgroundScan

Whether background scan transmissions should be ignored.

true

MEDIUM

camel.sink.endpoint.ignoreDaylightSavingTime

Whether to ignore or respect DST.

false

MEDIUM

camel.sink.endpoint.timeZone

The timezone to use. May be any Java time zone string.

"UTC"

MEDIUM

camel.sink.endpoint.connectionId

An identifier grouping connection instances.

MEDIUM

camel.component.iec60870-server.defaultConnectionOptions

Default connection options.

MEDIUM

camel.component.iec60870-server.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

MEDIUM

camel.component.iec60870-server.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

MEDIUM

The camel-iec60870-server sink connector has no converters out of the box.

The camel-iec60870-server sink connector has no transforms out of the box.

The camel-iec60870-server sink connector has no aggregation strategies out of the box.