Re: [PR] MINOR: fully encapsulate user restore listener in the DelegatingRestoreListener [kafka]

2023-12-06 Thread via GitHub
ableegoldman merged PR #14886: URL: https://github.com/apache/kafka/pull/14886 -- 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.ap

Re: [PR] MINOR: fully encapsulate user restore listener in the DelegatingRestoreListener [kafka]

2023-12-05 Thread via GitHub
ableegoldman commented on PR #14886: URL: https://github.com/apache/kafka/pull/14886#issuecomment-1841644618 Lots of test failures, but all are unrelated -- 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

[PR] MINOR: fully encapsulate user restore listener in the DelegatingRestoreListener [kafka]

2023-11-30 Thread via GitHub
ableegoldman opened a new pull request, #14886: URL: https://github.com/apache/kafka/pull/14886 Minor cleanup to make it easier to follow the restore listener logic. Currently, the KafkaStreams class tracks two restore listener fields: there is a non-final, nullable "globalRestoreListener"