Connector_info: extract multiple properties (instead of one topic)

I am using this docker-compose file that able the connector to extract data to 1 topic.
And the connector is able to multiple topics
can you help me and tell me what I should change in the docker-compose to extract sap.odata#00 ; sap.odata#01 ; sap.odata#02

Blockquote
version: ‘3’
services:
lenses:
image: lensesio/box:latest
container_name: lenses
ports:
- “3030:3030”
- “9092:9092”
volumes:
- “/connectors:/connectors”
environment:
ADV_HOST : 127.0.0.1
EULA: https://licenses.lenses.io/d/?id=Key
LENSES_CONNECTORS_INFO: |
[
{
class.name = “org.init.ohja.kafka.connect.odatav2.source.OData2SourceConnector”
name = “init odatav2”
sink = false
extractor.class = “io.lenses.config.kafka.connect.SimpleTopicsExtractor”
author = “Hachem”
docs = “https://github.com/
property = “sap.odata#00.topic”
icon = “schemas.png”
}
]

At the moment there is not option to extract from multiple properties. In September will release a new version of Lenses which will pull the topic dynamically, leveraging Kafka Connect API from 2.7+.