You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "rondagostino (via GitHub)" <gi...@apache.org> on 2023/04/04 19:44:53 UTC

[GitHub] [kafka] rondagostino commented on pull request #13437: KAFKA-14828: Remove R/W locks using persistent data structures

rondagostino commented on PR #13437:
URL: https://github.com/apache/kafka/pull/13437#issuecomment-1496504250

   > We can probably minimize the risk of changing the code at all usage points by defining interfaces and wrapper classes in our code to standardize the usage of persistent collections. In the future, if we decide to move away from one library to another then it wouldn't require changing the code everywhere.
   
   Yes, I added such wrappers in https://github.com/apache/kafka/pull/13280/.  They just cover unordered sets/maps, and they have not been reviewed yet, but we would want wrappers for ordered sets/maps as well.
   
   


-- 
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: jira-unsubscribe@kafka.apache.org

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