You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have the write API with v3 but with the changes in #25596, there's no real advantage to having this API for now.
Proposed solution
We want to just remove this for now ahead of our first public release as we don't want to be committed to this API and have users depend on it. We can add this API back later if we want to do something that's not line protocol oriented or we want something else.
Alternatives
None as we've discussed in #25596 that we want to get rid of this
I think that is the extent of it, but anything used for this API is behind a "v3" feature flag so should be easy to root out if not included above. I am happy to go and open that issue upstream.
Problem
Currently we have the write API with v3 but with the changes in #25596, there's no real advantage to having this API for now.
Proposed solution
We want to just remove this for now ahead of our first public release as we don't want to be committed to this API and have users depend on it. We can add this API back later if we want to do something that's not line protocol oriented or we want something else.
Alternatives
None as we've discussed in #25596 that we want to get rid of this
Additional context
The entry point for this API is here:
influxdb/influxdb3_server/src/http.rs
Line 1379 in f23aa0d
This line will need to be removed as well as the function itself:
influxdb/influxdb3_server/src/http.rs
Lines 432 to 436 in f23aa0d
There shouldn't be much else needed beyond fixing up some tests/removing them possibly and the compiler should guide that pretty easily.
The text was updated successfully, but these errors were encountered: