Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-02-19 Thread via GitHub
jlprat merged PR #15279: URL: https://github.com/apache/kafka/pull/15279 -- 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:

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-02-19 Thread via GitHub
jlprat commented on PR #15279: URL: https://github.com/apache/kafka/pull/15279#issuecomment-1952754579 Checked that all tests pass locally and are flaky tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-02-19 Thread via GitHub
jlprat commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1494224391 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-02-14 Thread via GitHub
mimaison commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1489088035 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-31 Thread via GitHub
jlprat commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1473125018 ## core/src/main/scala/kafka/network/RequestChannel.scala: ## @@ -92,18 +92,18 @@ object RequestChannel extends Logging { val envelope:

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-31 Thread via GitHub
jlprat commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1473118743 ## core/src/main/scala/kafka/network/RequestChannel.scala: ## @@ -92,18 +92,18 @@ object RequestChannel extends Logging { val envelope:

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-31 Thread via GitHub
OmniaGM commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1473036431 ## core/src/main/scala/kafka/network/RequestChannel.scala: ## @@ -92,18 +92,18 @@ object RequestChannel extends Logging { val envelope:

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-29 Thread via GitHub
mimaison commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1469921954 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-29 Thread via GitHub
jlprat commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1469908118 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-29 Thread via GitHub
mimaison commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1469814528 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

[PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-01-29 Thread via GitHub
jlprat opened a new pull request, #15279: URL: https://github.com/apache/kafka/pull/15279 Second follow up from https://github.com/apache/kafka/pull/15252 This PR cleans up: metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper package classes -