You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "quantranhong1999 (via GitHub)" <gi...@apache.org> on 2023/05/17 10:07:47 UTC

[GitHub] [james-project] quantranhong1999 opened a new pull request, #1564: [PERF] Avoid using Non-Preemptive authentication for OpenSearch

quantranhong1999 opened a new pull request, #1564:
URL: https://github.com/apache/james-project/pull/1564

   Before, we were using Non-Preemptive authentication for OpenSearch that makes 1 normal OpenSearch request to be 2 round trips (1 authenticated 401 request and 1 normal request).
   ![image](https://github.com/apache/james-project/assets/55171818/3875b46e-8c62-4b9c-9a6a-1332bdbc9591)
   
   
   This likely negatively affected our search performance. We should avoid that.
   
   rf: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/master/_basic_authentication.html


-- 
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: notifications-unsubscribe@james.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1564: [PERF] Avoid using Non-Preemptive authentication for OpenSearch

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa merged PR #1564:
URL: https://github.com/apache/james-project/pull/1564


-- 
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: notifications-unsubscribe@james.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org