[jira] [Updated] (KAFKA-13508) Introduction of "-head" flag for describe tool for broker

2022-06-11 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-13508: -- Component/s: (was: KafkaConnect) > Introduction of "-head" flag for describe tool for

[GitHub] [kafka] divijvaidya commented on pull request #12281: KAFKA-13971: Fix atomicity violations caused by improper usage of ConcurrentHashMap - part2

2022-06-11 Thread GitBox
divijvaidya commented on PR #12281: URL: https://github.com/apache/kafka/pull/12281#issuecomment-1152985895 > Is the relevant code specified as thread safe? Thank you for your review @ijuma. I appreciate it. Though, I am afraid I don't understand your question. Are you asking

[jira] [Resolved] (KAFKA-13970) TopicAdmin topic creation should be retried on TimeoutException

2022-06-11 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Rao resolved KAFKA-13970. --- Resolution: Won't Fix > TopicAdmin topic creation should be retried on TimeoutException >

[jira] [Assigned] (KAFKA-13976) Improvements for OpenAPI specs

2022-06-11 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Rao reassigned KAFKA-13976: - Assignee: Sagar Rao > Improvements for OpenAPI specs > -- > >

[GitHub] [kafka] ijuma commented on pull request #12281: KAFKA-13971: Fix atomicity violations caused by improper usage of ConcurrentHashMap - part2

2022-06-11 Thread GitBox
ijuma commented on PR #12281: URL: https://github.com/apache/kafka/pull/12281#issuecomment-1152947936 Is the relevant code specified as thread safe? -- 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

[GitHub] [kafka] dongjinleekr commented on pull request #11473: KAFKA-13436: Omitted BrokerTopicMetrics metrics in the documentation

2022-06-11 Thread GitBox
dongjinleekr commented on PR #11473: URL: https://github.com/apache/kafka/pull/11473#issuecomment-1152931211 @mimaison Here it is, with rebasing onto the latest trunk. :bow: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] dongjinleekr commented on pull request #11579: KAFKA-13518: Update gson dependency

2022-06-11 Thread GitBox
dongjinleekr commented on PR #11579: URL: https://github.com/apache/kafka/pull/11579#issuecomment-1152930457 @ijuma Here is the update: 1. Rebased onto the latest trunk. 2. Gather the false positives together and add some TODO comments not to leave the workarounds later. 3.

[GitHub] [kafka] dongjinleekr commented on a diff in pull request #11579: KAFKA-13518: Update gson dependency

2022-06-11 Thread GitBox
dongjinleekr commented on code in PR #11579: URL: https://github.com/apache/kafka/pull/11579#discussion_r89501 ## gradle/spotbugs-exclude.xml: ## @@ -28,8 +28,19 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read - +

[GitHub] [kafka] dongjinleekr commented on a diff in pull request #11579: KAFKA-13518: Update gson dependency

2022-06-11 Thread GitBox
dongjinleekr commented on code in PR #11579: URL: https://github.com/apache/kafka/pull/11579#discussion_r895018539 ## gradle/spotbugs-exclude.xml: ## @@ -28,8 +28,19 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read

[GitHub] [kafka] mdedetrich opened a new pull request, #12284: KAFKA-13980: Upgrade from Scala 2.12.15 to 2.12.16

2022-06-11 Thread GitBox
mdedetrich opened a new pull request, #12284: URL: https://github.com/apache/kafka/pull/12284 This PR updates from Scala 2.12.15 to 2.12.16. Since its a binary compatible change there shouldn't be any problems. ### Committer Checklist (excluded from commit message) - [X] Verify

[jira] [Created] (KAFKA-13980) Update to Scala 2.12.16

2022-06-11 Thread Matthew de Detrich (Jira)
Matthew de Detrich created KAFKA-13980: -- Summary: Update to Scala 2.12.16 Key: KAFKA-13980 URL: https://issues.apache.org/jira/browse/KAFKA-13980 Project: Kafka Issue Type: Improvement