openobserve/openobserve
Auf GitHub ansehenUnify the usage of reqwest/awc in the codebase.
Open
#3.700 geöffnet am 9. Juni 2024
good first issue✏️ Feature
Repository-Metriken
- Stars
- (14.265 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 2h) (399 gemergte PRs in 30 T)
Beschreibung
Which OpenObserve functionalities are relevant/related to the feature request?
other
Description
Throughout the codebase both reqwest and awc are being used as http clients.
Need to pick one and use it throughout.
Proposed solution
Use reqwest and remove awc. Add tests for the corresponding change.
Alternatives considered
None