Data Engineering Streaming
- Data Engineering Streaming 10.4.0
- All Products
Property
| Description
|
---|---|
Operation Type
| Specifies the type of data object operation.
This is a read-only property.
|
Guaranteed Processing
| Ensures that the mapping processes the source messages and delivers them to the targets at least once. In the event of a failure, the source messages are duplicated but the messages are processed successfully. If the external source or the target is not available, the mapping execution stops to avoid any data loss.
By default, the Guaranteed Processing property is selected.
|
Start Position Offset
| Time that the Confluent Kafka source starts reading messages from a Confluent Kafka topic when you run a mapping.
You can select one of the following options:
|
Custom Start Position Timestamp
| Time in GMT that the Confluent Kafka source starts reading Confluent Kafka messages from a Confluent Kafka topic.
Specify a time in the following format:
dd-MM-yyyy HH:mm:ss.SSS
The milliseconds are optional.
|
Consumer Configuration Properties
| Configuration properties for the consumer. If the Confluent Kafka data object is reading data from a Confluent Kafka cluster that is configured for Kerberos authentication, include the following property:
security.protocol=SASL_PLAINTEXT,sasl.kerberos.service.name=kafka,sasl.mechanism=GSSAPI
|