bszabo97 commented on PR #1182:
URL: https://github.com/apache/solr/pull/1182#issuecomment-1476344039

   I have extracted an existing ResponseParser which parsed JSON responses and 
using that I was able to work around the hack which we talked about in 
Http2SolrClient, but this raised another concern: the `writeRawFile` function 
is (of course) also used for getting other raw files, not just json formatted 
ones, so I had to leave the original method which uses filestream. It is not 
quite pretty but I was not able to come up with a nicer solution.
   The other thing is that DistribPackageStore is also making use of the apache 
http client in some places which I was not yet able to get rid of, because 
firstly I wanted to solve this problem around the PackageStoreAPI.
   Any suggestion is very welcomed! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to