Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-06 Thread via GitHub
chia7712 merged PR #15473: URL: https://github.com/apache/kafka/pull/15473 -- 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-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
chia7712 commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1513702636 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1513701081 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512973940 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -30,6 +30,7 @@ import org.apache.kafka.common.utils.AppInfoParser; impor

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
chia7712 commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512938465 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
chia7712 commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512899702 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -30,6 +30,7 @@ import org.apache.kafka.common.utils.AppInfoParser; impor

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512897988 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on PR #15473: URL: https://github.com/apache/kafka/pull/15473#issuecomment-1978869931 > Could you run the website with the change and paste the screenshot? Thanks. Sure! ## Previous Version ![image](https://github.com/apache/kafka/assets/38662781/6b390918-

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
showuon commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512747215 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args the

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
chia7712 commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512687959 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512669605 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512665815 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

Re: [PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
chia7712 commented on code in PR #15473: URL: https://github.com/apache/kafka/pull/15473#discussion_r1512617796 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectMetrics.java: ## @@ -431,6 +432,7 @@ public interface LiteralSupplier { * @param args th

[PR] KAFKA-16252: Fix the documentation and adjust the format [kafka]

2024-03-05 Thread via GitHub
KevinZTW opened a new pull request, #15473: URL: https://github.com/apache/kafka/pull/15473 Jira ticket: https://issues.apache.org/jira/browse/KAFKA-16252 ### Background & Modification Currently, there are few document files generated automatically like the task `genConnectMetricsD