Data Engineering Streaming
- Data Engineering Streaming 10.4.1
- All Products
Property
| Description
|
---|---|
Operation Type
| Specifies the type of data object operation.
This is a read-only property.
|
Metadata Fetch Timeout in milliseconds
| The time after which the metadata is not fetched.
|
Batch Flush Time in milliseconds
| The interval after which the data is published to the target.
|
Batch Flush Size in bytes
| The batch size of the events after which the data is written to the target.
|
Producer Configuration Properties
|
The configuration properties for the producer. If the Kafka data object is writing data to a Kafka cluster that is configured for Kerberos authentication, include the following property:
security.protocol=SASL_PLAINTEXT,sasl.kerberos.service.name=kafka,sasl.mechanism=GSSAPI
|