[Feature] Add storage support and E2E test for InfluxDB 2.x #8891
Replies: 4 comments
-
I think before you submit anything, could you make a clear what is going to do? The First would be, is InfluxDB 2.x client compatible with InfluxDB 1.x? All the libraries are going to exist in one JVM and the same class loader, if they conflict with the official ElasticSearch's client, then you face a serious problem. cc @dmsolr PMC member leading on InfluxDB 1.x support. |
Beta Was this translation helpful? Give feedback.
-
I'm pretty sure the InfluxDB 2.x client is not compatible with the InfluxDB 1.x client. But since I'm not familiar with the internals of the InfluxDB 2.x client, I can't submit the relevant PR. Refer to https://github.com/influxdata/influxdb-client-java . |
Beta Was this translation helpful? Give feedback.
-
If you are not going to submit anything, #8163 had given a very clear answer. No, we don't support that.
I am moving to the discussion panel. |
Beta Was this translation helpful? Give feedback.
-
Just a reminder of the update, I didn't continue any work in this discussion due to the removal of support in the #9060 . |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Description
I hope SkyWalking OAP Server will add storage support and E2E testing for InfluxDB 2.x.
Use case
I hope SkyWalking OAP Server will add storage support and E2E testing for
InfluxDB 2.x
. The current https://github.com/apache/skywalking/tree/master/test/e2e-v2/cases/storage/influxdb only has the E2E test ofInfluxDB 1.x
.At the same time, there are still some issues in the community indicating that the current
SkyWalking OAP Server
version backend storage does not supportInfluxDB 2.x
, refer to [Bug] org.influxdb.InfluxDBException: java.lang.ClassCastException: org.msgpack.value.impl.ImmutableLongValueImpl #8163 . I hopeSkyWalking OAP Server
can add storage support forInfluxDB 2.x
and E2E testing.The corresponding image is at https://hub.docker.com/_/influxdb .
Related issues
Yes, refer to #8163 .
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions