[jira] [Commented] (KAFKA-13027) Support for Jakarta EE 9.x to allow applications to migrate

2021-08-01 Thread Frode Carlsen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391352#comment-17391352 ] Frode Carlsen commented on KAFKA-13027: --- [~dongjin] do you have an idea of when th

[jira] [Commented] (KAFKA-13112) Controller's committed offset get out of sync with raft client listener context

2021-08-01 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391328#comment-17391328 ] Konstantine Karantasis commented on KAFKA-13112: [~jagsancio] the two su

[GitHub] [kafka] vashu1 removed a comment on pull request #5876: KAFKA-7509: Avoid passing most non-applicable properties to producer, consumer, and admin client

2021-08-01 Thread GitBox
vashu1 removed a comment on pull request #5876: URL: https://github.com/apache/kafka/pull/5876#issuecomment-890708159 `kafkaEndpointBuilder.kerberosRenewWindowFactor((String) null); kafkaEndpointBuilder.kerberosRenewJitter((String) null); kafkaEndpointBuilder.ke

[GitHub] [kafka] vashu1 commented on pull request #5876: KAFKA-7509: Avoid passing most non-applicable properties to producer, consumer, and admin client

2021-08-01 Thread GitBox
vashu1 commented on pull request #5876: URL: https://github.com/apache/kafka/pull/5876#issuecomment-890708377 `kafkaEndpointBuilder.kerberosRenewWindowFactor((String) null); kafkaEndpointBuilder.kerberosRenewJitter((String) null); kafkaEndpointBuilder.kerberosIn

[GitHub] [kafka] vashu1 commented on pull request #5876: KAFKA-7509: Avoid passing most non-applicable properties to producer, consumer, and admin client

2021-08-01 Thread GitBox
vashu1 commented on pull request #5876: URL: https://github.com/apache/kafka/pull/5876#issuecomment-890708159 `kafkaEndpointBuilder.kerberosRenewWindowFactor((String) null); kafkaEndpointBuilder.kerberosRenewJitter((String) null); kafkaEndpointBuilder.kerberosIn

[GitHub] [kafka] abbccdda merged pull request #11050: KAFKA-13052: Replace SerDe with Serde

2021-08-01 Thread GitBox
abbccdda merged pull request #11050: URL: https://github.com/apache/kafka/pull/11050 -- 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

[GitHub] [kafka] abbccdda merged pull request #11160: MINOR: update batch.size doc

2021-08-01 Thread GitBox
abbccdda merged pull request #11160: URL: https://github.com/apache/kafka/pull/11160 -- 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

[jira] [Resolved] (KAFKA-13114) Unregsiter listener during renounce when the in-memory snapshot is missing

2021-08-01 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-13114. - Resolution: Fixed > Unregsiter listener during renounce when the in-memory snapshot is m

[GitHub] [kafka] hachikuji merged pull request #11116: KAFKA-13114: Revert state and reregister raft listener

2021-08-01 Thread GitBox
hachikuji merged pull request #6: URL: https://github.com/apache/kafka/pull/6 -- 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-unsubsc

[GitHub] [kafka] kowshik commented on a change in pull request #11154: KAFKA-13068: Rename Log to UnifiedLog

2021-08-01 Thread GitBox
kowshik commented on a change in pull request #11154: URL: https://github.com/apache/kafka/pull/11154#discussion_r680529799 ## File path: core/src/main/scala/kafka/log/UnifiedLog.scala ## @@ -540,6 +542,13 @@ class Log(@volatile var logStartOffset: Long, } }, period = p

[GitHub] [kafka] dengziming commented on a change in pull request #10909: KAFKA-12158: Better return type of RaftClient.scheduleAppend

2021-08-01 Thread GitBox
dengziming commented on a change in pull request #10909: URL: https://github.com/apache/kafka/pull/10909#discussion_r680479573 ## File path: raft/src/main/java/org/apache/kafka/raft/internals/BatchAccumulator.java ## @@ -113,22 +116,23 @@ public Long append(int epoch, List rec