Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2024-06-05 Thread via GitHub
gharris1727 commented on PR #15078: URL: https://github.com/apache/kafka/pull/15078#issuecomment-2150760941 Closing in favor of #16151. Thanks @akaltsikis, I hope you have more time to work on Kafka in the future :) -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2024-06-05 Thread via GitHub
gharris1727 closed pull request #15078: KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId URL: https://github.com/apache/kafka/pull/15078 -- 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

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2024-05-31 Thread via GitHub
edoardocomar commented on PR #15078: URL: https://github.com/apache/kafka/pull/15078#issuecomment-2141607614 This PR seems stale, please see this alternative https://github.com/apache/kafka/pull/16151 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #15078: URL: https://github.com/apache/kafka/pull/15078#issuecomment-2040935039 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2024-01-06 Thread via GitHub
akaltsikis commented on code in PR #15078: URL: https://github.com/apache/kafka/pull/15078#discussion_r1443743036 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4394,7 +4394,10 @@ public ListTransactionsResult listTransactions(ListTransact

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2023-12-29 Thread via GitHub
gharris1727 commented on code in PR #15078: URL: https://github.com/apache/kafka/pull/15078#discussion_r1438351308 ## clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java: ## @@ -7031,6 +7031,7 @@ public void testFenceProducers() throws Exception {

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2023-12-28 Thread via GitHub
akaltsikis commented on code in PR #15078: URL: https://github.com/apache/kafka/pull/15078#discussion_r1437810684 ## clients/src/main/java/org/apache/kafka/clients/admin/internals/FenceProducersHandler.java: ## @@ -82,9 +86,10 @@ InitProducerIdRequest.Builder buildSingleRequest(

Re: [PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2023-12-27 Thread via GitHub
gharris1727 commented on code in PR #15078: URL: https://github.com/apache/kafka/pull/15078#discussion_r1437200184 ## clients/src/main/java/org/apache/kafka/clients/admin/internals/FenceProducersHandler.java: ## @@ -82,9 +86,10 @@ InitProducerIdRequest.Builder buildSingleRequest

[PR] KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId [kafka]

2023-12-27 Thread via GitHub
akaltsikis opened a new pull request, #15078: URL: https://github.com/apache/kafka/pull/15078 KAFKA-16047: Leverage the fenceProducers timeout in the InitProducerId This is expected to respect the timeout that fenceProducers have, in the InitProducerId request. ### Committe