[GitHub] [kafka] cmccabe commented on pull request #11638: MINOR: enable KRaft in DeleteTopicsRequestTest

2023-03-18 Thread via GitHub
cmccabe commented on PR #11638: URL: https://github.com/apache/kafka/pull/11638#issuecomment-1475018939 This PR has been superseded by #12141 -- 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 s

[GitHub] [kafka] cmccabe closed pull request #11638: MINOR: enable KRaft in DeleteTopicsRequestTest

2023-03-18 Thread via GitHub
cmccabe closed pull request #11638: MINOR: enable KRaft in DeleteTopicsRequestTest URL: https://github.com/apache/kafka/pull/11638 -- 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 commen

[jira] [Resolved] (KAFKA-14520) TimeoutException Raised by KafkaConsumer Leads to: User provided listener org.apache.kafka.connect.runtime.WorkerSinkTask$HandleRebalance failed on invocation of onPart

2023-03-18 Thread Waleed Fateem (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waleed Fateem resolved KAFKA-14520. --- Resolution: Duplicate > TimeoutException Raised by KafkaConsumer Leads to: User provided lis

[jira] [Commented] (KAFKA-14520) TimeoutException Raised by KafkaConsumer Leads to: User provided listener org.apache.kafka.connect.runtime.WorkerSinkTask$HandleRebalance failed on invocation of onPar

2023-03-18 Thread Waleed Fateem (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702185#comment-17702185 ] Waleed Fateem commented on KAFKA-14520: --- Yes, it sounds like it's pretty much the

[GitHub] [kafka] chester89 commented on pull request #12331: KAFKA-1194: changes needed to run on Windows

2023-03-18 Thread via GitHub
chester89 commented on PR #12331: URL: https://github.com/apache/kafka/pull/12331#issuecomment-1474961043 @MPeli do tests pass for you? I ran `unitTest` task on Windows 10 and some are failing [test-results.zip](https://github.com/apache/kafka/files/11009380/test-results.zip) -- This

[GitHub] [kafka] ijuma commented on pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-03-18 Thread via GitHub
ijuma commented on PR #13158: URL: https://github.com/apache/kafka/pull/13158#issuecomment-1474932357 What is the justification for this? For something to be in server-common, it needs to be used by multiple modules. -- This is an automated message from the Apache Git Service. To respond

[jira] [Assigned] (KAFKA-14583) Move ReplicaVerificationTool to tools

2023-03-18 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Rao reassigned KAFKA-14583: - Assignee: (was: Sagar Rao) > Move ReplicaVerificationTool to tools > --

[jira] [Commented] (KAFKA-14699) Kafka Connect framework errors.tolerance improvement

2023-03-18 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702155#comment-17702155 ] Sagar Rao commented on KAFKA-14699: --- hi [~miguel_costa] , thanks for filing this impro

[jira] [Commented] (KAFKA-14520) TimeoutException Raised by KafkaConsumer Leads to: User provided listener org.apache.kafka.connect.runtime.WorkerSinkTask$HandleRebalance failed on invocation of onPar

2023-03-18 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702152#comment-17702152 ] Sagar Rao commented on KAFKA-14520: --- [~waleedfateem] , I think there's a very similar

[jira] [Commented] (KAFKA-14112) Expose replication-offset-lag Mirror metric

2023-03-18 Thread Elkhan Eminov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702131#comment-17702131 ] Elkhan Eminov commented on KAFKA-14112: --- Hey [~viktorsomogyi], this is WIP, I'll s

[jira] [Created] (KAFKA-14819) Publish a single kafka (aka core) Maven artifact in Apache Kafka 4.0 (KIP-897)

2023-03-18 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-14819: --- Summary: Publish a single kafka (aka core) Maven artifact in Apache Kafka 4.0 (KIP-897) Key: KAFKA-14819 URL: https://issues.apache.org/jira/browse/KAFKA-14819 Project:

[jira] [Commented] (KAFKA-14520) TimeoutException Raised by KafkaConsumer Leads to: User provided listener org.apache.kafka.connect.runtime.WorkerSinkTask$HandleRebalance failed on invocation of onPar

2023-03-18 Thread Waleed Fateem (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702118#comment-17702118 ] Waleed Fateem commented on KAFKA-14520: --- Hi [~sagarrao], Thank you for the respon

[GitHub] [kafka] chia7712 merged pull request #13411: MINOR: correct the class name for delegation token script

2023-03-18 Thread via GitHub
chia7712 merged PR #13411: URL: https://github.com/apache/kafka/pull/13411 -- 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

[GitHub] [kafka] chia7712 commented on pull request #13411: MINOR: correct the class name for delegation token script

2023-03-18 Thread via GitHub
chia7712 commented on PR #13411: URL: https://github.com/apache/kafka/pull/13411#issuecomment-147485 I had test the related ST (`delegation_token_test`) with this patch, and it works well. will merge it later -- This is an automated message from the Apache Git Service. To respo

[GitHub] [kafka] ivanyu commented on a diff in pull request #13362: KAFKA-14795: Provide message formatter for RemoteLogMetadata

2023-03-18 Thread via GitHub
ivanyu commented on code in PR #13362: URL: https://github.com/apache/kafka/pull/13362#discussion_r1140987834 ## storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/serialization/RemoteLogMetadataSerde.java: ## @@ -107,4 +110,13 @@ private RemoteLogMetadata