StephenFaust commented on issue #6568: URL: https://github.com/apache/incubator-seata/issues/6568#issuecomment-2126315885
在单例bean中,这个方法也只会走一次,不会存在重复代理的情况,而在多例bean中,每次拿到的都是新的对象,因此,都会对原始对象进行代理,如果加了这个proxyed_set ,除了第一次代理,后面都直接返回的是原始对象 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
