Azure Event Hub Consumer when using multiple data nodes

Hey,
We have multiple data nodes setup on Azure, on each of these nodes we have telegraf instance running, with configured eventhub_consumer input. The thing is that now we ingest duplicated timeseries from EH into our InfluxDB, because datanodes doesn’t share any checkpoint statuses, so they just read the same stream twice. What will be best possible option to configure telegraf in such scenario? The possible option can be using partitions, so each node has different partition set to read from?