I’m trying to configure multiple topics for my S3 sink connector and was wondering how topic names should be delimited in the topics
config attribute: Kafka to AWS S3 open source connector | Lenses.io Documentation
The documentation for this attribute does not specify how this should be done, but the docs for the KCQL field states:
You can specify multiple KCQL statements separated by ; to have a connector sink multiple topics. The connector properties
topics
ortopics.regex
are required to be set to a value that matches the KCQL statements.
Does this mean that topics
should also be specified as a string using ;
as delimiter?
For example: topic1;topic2