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-unsubscr...@kafka.apache.org

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

Reply via email to