[GitHub] [kafka] dengziming commented on a change in pull request #9955: MINOR: Optimize assert in unit test

2021-01-23 Thread GitBox
dengziming commented on a change in pull request #9955: URL: https://github.com/apache/kafka/pull/9955#discussion_r563253676 ## File path: clients/src/test/java/org/apache/kafka/clients/producer/MockProducerTest.java ## @@ -114,7 +114,7 @@ public void testManualCompletion()

[GitHub] [kafka] kkonstantine commented on pull request #9867: KAFKA-10835: Replace Runnable and Callable overrides with lambdas in Connect

2021-01-23 Thread GitBox
kkonstantine commented on pull request #9867: URL: https://github.com/apache/kafka/pull/9867#issuecomment-766307470 I'm a bit surprise to hear that this doesn't come up with cherry-picks. In Connect we backport any bugfix, usually 2-3 releases back. I believe it would be a challenge to

[GitHub] [kafka] g1geordie commented on a change in pull request #9955: MINOR: Optimize assert in unit test

2021-01-23 Thread GitBox
g1geordie commented on a change in pull request #9955: URL: https://github.com/apache/kafka/pull/9955#discussion_r563253451 ## File path: clients/src/test/java/org/apache/kafka/clients/producer/MockProducerTest.java ## @@ -114,7 +114,7 @@ public void testManualCompletion()

[GitHub] [kafka] dajac merged pull request #9955: MINOR: Optimize assert in unit test

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

[GitHub] [kafka] ijuma commented on pull request #9867: KAFKA-10835: Replace Runnable and Callable overrides with lambdas in Connect

2021-01-23 Thread GitBox
ijuma commented on pull request #9867: URL: https://github.com/apache/kafka/pull/9867#issuecomment-766306681 I understood the intent, but I don't think it's worth it, personally. Backports are not meant to be frequent, so I don't see why there would be frequent conflicts. For clients and

[GitHub] [kafka] kkonstantine commented on pull request #9867: KAFKA-10835: Replace Runnable and Callable overrides with lambdas in Connect

2021-01-23 Thread GitBox
kkonstantine commented on pull request #9867: URL: https://github.com/apache/kafka/pull/9867#issuecomment-766306034 @ijuma what are trying to achieve here with backporting is to have a similar basis for other future bugfixes that _will have to_ be applied to both the new and the old

[GitHub] [kafka] rohitrmd commented on pull request #9744: KAFKA-10062: Add a method to retrieve the current timestamp as known by the Streams app

2021-01-23 Thread GitBox
rohitrmd commented on pull request #9744: URL: https://github.com/apache/kafka/pull/9744#issuecomment-766302189 @mjsax made changes as per the review. Can you please re-review? This is an automated message from the Apache

[GitHub] [kafka] rohitrmd commented on a change in pull request #9744: KAFKA-10062: Add a method to retrieve the current timestamp as known by the Streams app

2021-01-23 Thread GitBox
rohitrmd commented on a change in pull request #9744: URL: https://github.com/apache/kafka/pull/9744#discussion_r563247511 ## File path: streams/src/test/java/org/apache/kafka/test/MockInternalProcessorContext.java ## @@ -55,14 +55,9 @@ public

[GitHub] [kafka] dengziming opened a new pull request #9955: MINOR: Optimize assert in unit test

2021-01-23 Thread GitBox
dengziming opened a new pull request #9955: URL: https://github.com/apache/kafka/pull/9955 *More detailed description of your change* 1. assertTrue(!) -> assertFalse() 2. assertNotEquals(null, x) -> assertNotNul(x) 3. assertEquals(null, x) -> assertNull(x) *Summary of

[GitHub] [kafka] dengziming commented on pull request #9819: KAFKA-10694: Implement zero copy for FetchSnapshot

2021-01-23 Thread GitBox
dengziming commented on pull request #9819: URL: https://github.com/apache/kafka/pull/9819#issuecomment-766289814 @hachikuji ,Thank you for your suggestions, I found `DefaultRecordsSend` similar to `UnalignedRecordsSend ` so I added a generic type to`DefaultRecordsSend`, and also added a

[GitHub] [kafka] ijuma merged pull request #9925: MINOR: Tag `RaftEventSimulationTest` as `integration` and tweak it

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

[GitHub] [kafka] ijuma merged pull request #9953: MINOR: Update to Gradle 6.8.1

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

[GitHub] [kafka] hachikuji merged pull request #9952: MINOR: A few small group coordinator cleanups

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

[jira] [Comment Edited] (KAFKA-12228) Invalid value javax.net.ssl.SSLHandshakeException: no cipher suites in common for configuration

2021-01-23 Thread Alexey Kashavkin (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270755#comment-17270755 ] Alexey Kashavkin edited comment on KAFKA-12228 at 1/23/21, 9:00 PM:

[jira] [Commented] (KAFKA-12228) Invalid value javax.net.ssl.SSLHandshakeException: no cipher suites in common for configuration

2021-01-23 Thread Alexey Kashavkin (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270755#comment-17270755 ] Alexey Kashavkin commented on KAFKA-12228: -- I switched to different Oracle JDK versions, but no

[GitHub] [kafka] chia7712 opened a new pull request #9954: MINOR: apply FilterByKeyIterator and to code base

2021-01-23 Thread GitBox
chia7712 opened a new pull request #9954: URL: https://github.com/apache/kafka/pull/9954 ### Changes 1. add public ```FilterByKeyIterator``` to replace private ```FilterByKeyIterator``` in ```RecordHeaders``` and ```ConnectHeaders``` 1. apply ```FlattenedIterator``` to code base

[jira] [Comment Edited] (KAFKA-4113) Allow KTable bootstrap

2021-01-23 Thread Stuart Perks (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270739#comment-17270739 ] Stuart Perks edited comment on KAFKA-4113 at 1/23/21, 7:33 PM: --- [~mjsax] I

[jira] [Comment Edited] (KAFKA-4113) Allow KTable bootstrap

2021-01-23 Thread Stuart Perks (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270739#comment-17270739 ] Stuart Perks edited comment on KAFKA-4113 at 1/23/21, 7:33 PM: --- [~mjsax] I

[jira] [Commented] (KAFKA-4113) Allow KTable bootstrap

2021-01-23 Thread Stuart Perks (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270739#comment-17270739 ] Stuart Perks commented on KAFKA-4113: - [~mjsax] I have a scenario where I have a KTable which is

[jira] [Commented] (KAFKA-8930) MM2 documentation

2021-01-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270731#comment-17270731 ] ASF GitHub Bot commented on KAFKA-8930: --- ryannedolan commented on a change in pull request #324:

[GitHub] [kafka] chia7712 commented on a change in pull request #9949: MINOR: replace FlattenedIterator by java stream

2021-01-23 Thread GitBox
chia7712 commented on a change in pull request #9949: URL: https://github.com/apache/kafka/pull/9949#discussion_r563179261 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -183,8 +182,7 @@ public long brokerEpoch() {

[GitHub] [kafka] chia7712 closed pull request #9949: MINOR: replace FlattenedIterator by java stream

2021-01-23 Thread GitBox
chia7712 closed pull request #9949: URL: https://github.com/apache/kafka/pull/9949 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

[GitHub] [kafka] ijuma opened a new pull request #9953: MINOR: Update to Gradle 6.8.1

2021-01-23 Thread GitBox
ijuma opened a new pull request #9953: URL: https://github.com/apache/kafka/pull/9953 A number of regressions were fixed (see "Fixed issues" section): https://docs.gradle.org/6.8.1/release-notes.html ### Committer Checklist (excluded from commit message) - [ ] Verify design

[GitHub] [kafka] ijuma commented on pull request #9925: MINOR: Tag `RaftEventSimulationTest` as `integration` and tweak it

2021-01-23 Thread GitBox
ijuma commented on pull request #9925: URL: https://github.com/apache/kafka/pull/9925#issuecomment-766143833 @chia7712 Does this look ok to you? I am interested in making `unitTest` fast, so would like to get this merged.

[GitHub] [kafka] ijuma commented on a change in pull request #9949: MINOR: replace FlattenedIterator by java stream

2021-01-23 Thread GitBox
ijuma commented on a change in pull request #9949: URL: https://github.com/apache/kafka/pull/9949#discussion_r563175967 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -183,8 +182,7 @@ public long brokerEpoch() {

[GitHub] [kafka] ijuma commented on a change in pull request #9949: MINOR: replace FlattenedIterator by java stream

2021-01-23 Thread GitBox
ijuma commented on a change in pull request #9949: URL: https://github.com/apache/kafka/pull/9949#discussion_r563175967 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -183,8 +182,7 @@ public long brokerEpoch() {

[GitHub] [kafka] ijuma commented on a change in pull request #9949: MINOR: replace FlattenedIterator by java stream

2021-01-23 Thread GitBox
ijuma commented on a change in pull request #9949: URL: https://github.com/apache/kafka/pull/9949#discussion_r563175881 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -183,8 +182,7 @@ public long brokerEpoch() {

[GitHub] [kafka] dengziming commented on a change in pull request #9769: KAFKA-10774; Support Describe topic using topic IDs

2021-01-23 Thread GitBox
dengziming commented on a change in pull request #9769: URL: https://github.com/apache/kafka/pull/9769#discussion_r563168372 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -1190,8 +1192,31 @@ class KafkaApis(val requestChannel: RequestChannel, val

[GitHub] [kafka] dajac commented on a change in pull request #9952: MINOR: A few small group coordinator cleanups

2021-01-23 Thread GitBox
dajac commented on a change in pull request #9952: URL: https://github.com/apache/kafka/pull/9952#discussion_r563150246 ## File path: core/src/main/scala/kafka/coordinator/group/GroupMetadata.scala ## @@ -144,10 +144,9 @@ private object GroupMetadata extends Logging {