offa
offa
Thanks for your suggestion. I do not have any experience or use case with Bazel, thus I can't really maintain it. However, if someone is willing to provide a working...
The transport doesn't expose any Http related API. While I see the use case, making it too easy to disable security settings may motivate users to ignore certs instead of...
> Perhaps an option to InfluxDBFactory::get()? The factory should do only one thing and not leak any transport details. Spontaneously I'd prefer an env providing a cert file path so...
The readme contains examples which should cover basic usage. Please see `test/` directory for more. Let me know, if there's something missing.
Ah, I see. Now, the library supports only features listed in the [public interface](https://github.com/offa/influxdb-cxx/tree/master/include). Since it's main purpose was write / read, not administration (I guess …), features like retention...
Unfortunately no, only basic auth at the moment. v2.0 isn't supported yet, but It's planed for the future.
Not yet, sorry. If you have an implementation already, it feel free to contribute! :smiley: Let me know if you need some help. A more common format would be `[protocol]://[auth_token@]host…]`...
I wouldn't expect `:` in tokens, I can't remember to see one at any type of service.
You can add them as two fields.
Blocked by missing symbols on Clang builds. - https://github.com/catchorg/Catch2/issues/2046 - https://github.com/catchorg/Catch2/issues/2462 - https://github.com/catchorg/Catch2/issues/2210