Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When using Kafka as a target in a Qlik Replicate task, the "Control Table" name in target is created in lower case, for example the Apply Exception topic name is "attrep_apply_exceptions" (if auto.create.topics.enable=true is set in Kafka broker config/server.properties file), This is the default behavior.
In some scenarios, you may want to use the non-default topic name or topic name in upper case etc to match the organization naming standards rule. This article describes how to rename control table topics' name.
In this article, we will use the topic name "attrep_apply_exceptions" as an example. You can customize below control topics using the same process:
The same way works for more generic level , not only for Kafka target endpoint. In generic level we may rename other metadata eg "target_schema" too.
Kafka topic names cannot exceed 255 characters (249 from Kafka 0.10) and can only contain the following characters:a-z|A-Z|0-9|. (dot)|_(underscore)|-(minus)
More detailed information can be found at Limitations and considerations.
The safest topic name length is 209 (rather than 255/249).
Qlik Replicate (versions 2022.11, 2023.5 and above)
Kafka target
case #00010983, #00108779
Generate a record to attrep_apply_exceptions topic for Kafka endpoint
It would be useful to link from each specified control topic to the actual manual page because if you stumble onto this post, you are likely to also be looking at say the Qlik Replicate Prerequisites page for Using Confluent Cloud as a target.
As of right now all I can see if a requirement for the attrep_apply_exceptions topic.
I'm looking at the May 2024 version of the Using Confluent Cloud as a target page at present.
Hello @replic8tor ,
Thanks for the feedback. Will suggest the documentation team to get the links updated.
Regards,
John.