PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.4.0
- All Products
Property
| Description
|
---|---|
Metadata Fetch Timeout in milliseconds
| Not applicable for PowerExchange for Kafka.
|
Batch Flush Time in milliseconds
| The interval after which the data is published to the target.
Not applicable for PowerExchange for Kafka.
|
Batch Flush Size in bytes
| The batch size of the events after which the PowerCenter Integration Service writes data to the target.
Not applicable for PowerExchange for Kafka.
|
Producer Configuration Properties
| The configuration properties for the producer.
If you write data to a Kafka cluster that is configured for Kerberos authentication, include the following property to override the
Additional Connection Properties specified in the Kafka connection:
security.protocol=SASL_PLAINTEXT,sasl.kerberos.service.name=kafka,sasl.mechanism=GSSAPI You can provide the
Batch Flush Time in milliseconds and
Batch Flush Size in bytes properties in the producer configuration properties.
For example,
batch.size=100,linger.ms=5 |