adixitconfluent commented on PR #18053: URL: https://github.com/apache/kafka/pull/18053#issuecomment-2520858583
> One thing I'd observe here is that the `InitializationResult` and the `AtomicReference<Optional<Throwable>>` are doing almost exactly the same thing. Maybe they should be unified. I need to store the exception thrown by `InitializationResult`([here](https://github.com/apache/kafka/pull/18053/files#diff-83f8b0eae4289cefc39e38e4b85e64d49610ceb900eb456285f1ab8d240d9555R396)) and the result from catch ([here](https://github.com/apache/kafka/pull/18053/files#diff-83f8b0eae4289cefc39e38e4b85e64d49610ceb900eb456285f1ab8d240d9555R407)), hence can't unify them unless I use a second variable. Wdyt? -- 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]
