[
https://issues.apache.org/jira/browse/SOLR-17211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-17211:
--------------------------------
Fix Version/s: 9.6.0
> HttpJdkSolrClient: Support Async
> ---------------------------------
>
> Key: SOLR-17211
> URL: https://issues.apache.org/jira/browse/SOLR-17211
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrJ
> Reporter: James Dyer
> Assignee: James Dyer
> Priority: Minor
> Fix For: 9.6.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> With SOLR-599 we added a new SolrJ client *HttpJdkSolrClient* which uses
> *java.net.http.HttpClient* internally. This JDK client supports asynchronous
> requests, so the Jdk Solr Client likewise can have async support. This
> ticket is to:
> 1. Extract from *Http2SolrClient* method
> {code:java}
> public Cancellable asyncRequest(
> SolrRequest<?> solrRequest,
> String collection,
> AsyncListener<NamedList<Object>> asyncListener)
> {code}
> 2. Implement on *HttpJdkSolrClient*
> 3. Add javadoc for both clients.
> 4. Add unit tests for both clients.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]