stillalex commented on code in PR #1410:
URL: https://github.com/apache/solr/pull/1410#discussion_r1125194334


##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:
##########
@@ -1273,4 +1287,33 @@ static SslContextFactory.Client 
getDefaultSslContextFactory() {
 
     return sslContextFactory;
   }
+
+  private static class MDCCopyHelper extends RequestResponseListener {

Review Comment:
   it felt like a good representation of the lifecycle I needed to hook into, 
so I used it. in the end it turned out it's not stritly needed but I liked the 
idea of reusing an existing model instead of inventing a new set of names.



-- 
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