solr-node-client icon indicating copy to clipboard operation
solr-node-client copied to clipboard

Unidici version issue

Open neo1parekh opened this issue 1 year ago • 2 comments

Hi Folks,

I have been using solr-node-client for a long time, I have started using new package opentelemetry package where it required unidici version greater than 5.2 reference link

But solr-client required unidici version 4.11.1.

Can someone help what should I do update this package and what changes I need to make. Haven't got much of the idea in making changes in packages.

Any help would really appreciated.

neo1parekh avatar Oct 10 '24 14:10 neo1parekh

I don't think there were particularly big changes about undici, other than the node versions supported. feel free to bump undici and drop support for node versions that undici doesn't support anymore in a PR

kibertoad avatar Oct 10 '24 14:10 kibertoad

HI @kibertoad ,

I have raised PR.

Which have minor changes. to support latest version of undici.

Based on this discussion link, Don't know where should I apply ReadableStream to bypass.

Currently declaring as a way shown in my application. Is there a way I can able to manage in solr-node-client itself.

Thank You!

neo1parekh avatar Oct 15 '24 06:10 neo1parekh