Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-23 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2104834381 ## core/src/main/scala/kafka/server/ConfigHelper.scala: ## @@ -130,7 +131,7 @@ class ConfigHelper(metadataCache: MetadataCache, config: KafkaConfig, configRepo

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-23 Thread via GitHub
chia7712 merged PR #19687: URL: https://github.com/apache/kafka/pull/19687 -- 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-19260: Move LoggingController to server module [kafka]

2025-05-21 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2101606077 ## server/src/main/java/org/apache/kafka/server/logger/LoggingController.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-21 Thread via GitHub
FrankYang0529 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2101523213 ## server/src/main/java/org/apache/kafka/server/logger/LoggingController.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-21 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2100995473 ## core/src/main/scala/kafka/server/ConfigHelper.scala: ## @@ -130,7 +131,7 @@ class ConfigHelper(metadataCache: MetadataCache, config: KafkaConfig, configRepo

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-21 Thread via GitHub
m1a2st commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2100497716 ## server/src/main/java/org/apache/kafka/server/logger/LoggingController.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-18 Thread via GitHub
frankvicky commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2094750118 ## server/src/main/java/org/apache/kafka/server/logger/LoggingController.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-18 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2094574178 ## core/src/main/scala/kafka/server/ConfigHelper.scala: ## @@ -130,7 +131,7 @@ class ConfigHelper(metadataCache: MetadataCache, config: KafkaConfig, configRepo

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-16 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2093853688 ## server/src/main/java/org/apache/kafka/server/logging/Log4jCoreController.java: ## @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-16 Thread via GitHub
chia7712 commented on code in PR #19687: URL: https://github.com/apache/kafka/pull/19687#discussion_r2093369859 ## server/src/main/java/org/apache/kafka/server/LoggingController.java: ## @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[PR] KAFKA-19260: Move LoggingController to server module [kafka]

2025-05-12 Thread via GitHub
yunchipang opened a new pull request, #19687: URL: https://github.com/apache/kafka/pull/19687 jira: [KAFKA-19260](https://issues.apache.org/jira/browse/KAFKA-19260) Move `LoggingController` to server module and rewrite it in java. -- This is an automated message from the Apache Git