Re: [PR] KAFKA-14412: Add ProcessingThread tag interface [kafka]

2023-11-30 Thread via GitHub
cadonna merged PR #14839: URL: https://github.com/apache/kafka/pull/14839 -- 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.

Re: [PR] KAFKA-14412: Add ProcessingThread tag interface [kafka]

2023-11-30 Thread via GitHub
cadonna commented on PR #14839: URL: https://github.com/apache/kafka/pull/14839#issuecomment-1833328467 Build failures 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 go to the specif

Re: [PR] KAFKA-14412: Add ProcessingThread tag interface [kafka]

2023-11-27 Thread via GitHub
nicktelford commented on PR #14839: URL: https://github.com/apache/kafka/pull/14839#issuecomment-1827540204 @cadonna -- 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 unsu

Re: [PR] KAFKA-14412: Add ProcessingThread tag interface [kafka]

2023-11-24 Thread via GitHub
nicktelford commented on PR #14839: URL: https://github.com/apache/kafka/pull/14839#issuecomment-1825885812 This is part of KIP-892, and has been broken out into a separate PR to reduce the review burden on the main KIP-892 implementation, since it can be merged independently. Note:

[PR] KAFKA-14412: Add ProcessingThread tag interface [kafka]

2023-11-24 Thread via GitHub
nicktelford opened a new pull request, #14839: URL: https://github.com/apache/kafka/pull/14839 This interface provides a common supertype for `StreamThread` and `DefaultTaskExecutor.TaskExecutorThread`, which will be used by KIP-892 to differentiate between "processing" threads and interact