Which version of InfluxDB does Tyk Pump support? 1.8? 2.x?

I wasn’t able to find any information about which version of InfluxDB is supported with Tyk Pump. I’m not sure if 1.8 and 2.x of InfluxDB are compatible with each other, as I’ve not used them before, but 2.1 is the current stable version.

Cheers

Hi @flyte

Based on the go.mod file in pump, it appears pump supports 1.x. There are some major changes between the versions from the look of the influx repo. i.e. if you are an influx 2 user then you could do a community pull request in pump to update

PR here: https://github.com/TykTechnologies/tyk-pump/pull/406

That’s great work! Thanks very much.