smjn opened a new pull request, #22292: URL: https://github.com/apache/kafka/pull/22292
* Currently `DefaultStatePersister` instantiates `PersisterStateManager` in its constructor. This implies that the `this` creation is not yet complete and initializing another component. * To remedy this the public API constructor is replaced with static factory method. * Tests and `BrokerServer` code has been updated to reflect the change. -- 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]
