lbdremy/solr-node-client

Replace request with undici

kibertoad opened this issue · 3 comments

We should replace deprecated request with undici, which is by far the fastest HTTP client out there. See benchmarks: https://nodejs.medium.com/introducing-undici-4-1e321243e007

It might be useful to do this simultaneously with #251 because the node http module is where most of our callback entanglement lies.

@rudolfbyker Makes sense!

Replaced by #286