pjfanning commented on PR #2479: URL: https://github.com/apache/pekko/pull/2479#issuecomment-3522666111
One possible 1.x solution would to leave the existing Actor system as is except maybe to deprecate it's methods. You can add new Scala and Java DSL classes that delegate the the existing class but that implement their own APIs and Autocloseable. The new classes would not subclass the existing class. I would still prefer to see this in main branch first and then something that implements something equivalent can be backported. In the end of day, there isn't a big demand for this. I'd prefer to proceed with 1.3.0 without this and I expect we'll have a 1.4.0 at some stage. -- 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]
