
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Replicate and Kafka Properties
Last Update:
Mar 14, 2022 10:26:09 AM
Updated By:
Created date:
Mar 9, 2022 12:40:39 PM
When using Kafkas as a target endpoint and you want to add/modify kafka properties, you can add it using an Internal Parameter.
On your kafka target endpoint, go to the advanced tab and add the internal parameter rdkafkaProperties
Then set the property value that you need
Example:
linger.ms=1000;
You can input multiple parameters, separated by ;
For a list of available parameters, see: https://github.com/edenhill/librdkafka/blob/v1.3.0/CONFIGURATION.md
667 Views