apalan60 commented on PR #19482: URL: https://github.com/apache/kafka/pull/19482#issuecomment-2813994916
I’ve updated the unit test to reflect the internal behavior of ```TransactionLogConfig```: it's now immutable after construction and no longer hold ```AbstractConfig```. The updated behavior is consistent with how `TransactionLogConfig` is used, where a new instance is constructed with the latest dynamic config snapshot and passed to `DynamicProducerStateManagerConfig`: https://github.com/apache/kafka/blob/6d68f8a82c9c4a9d69a19ee40143f7c7b253dfe6/server/src/main/java/org/apache/kafka/server/config/DynamicProducerStateManagerConfig.java#L53 Please let me know if I’ve misunderstood anything or if any part is unclear. -- 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