omkreddy closed pull request #9050:
URL: https://github.com/apache/kafka/pull/9050
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 t
ableegoldman commented on pull request #8976:
URL: https://github.com/apache/kafka/pull/8976#issuecomment-670624337
Awesome, thanks @jeqo ! Let me know when the first PR is ready for review
again (or is it ready now?)
This i
omkreddy commented on pull request #8878:
URL: https://github.com/apache/kafka/pull/8878#issuecomment-670626828
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
mimaison commented on pull request #9131:
URL: https://github.com/apache/kafka/pull/9131#issuecomment-670634953
Thanks @mjsax, I wasn't expecting a review this quickly! Sorry for not fully
checking the changes before opening the PR.
lct45 opened a new pull request #9141:
URL: https://github.com/apache/kafka/pull/9141
Updated `CogroupedStreamAggregateBuilder` to have individual builders
depending on the windowed aggregation, or lack thereof. This replaced passing
in all options into the builder, with all but the curren
hachikuji commented on a change in pull request #7222:
URL: https://github.com/apache/kafka/pull/7222#discussion_r467143222
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java
##
@@ -1120,17 +1123,28 @@ Node selectReadReplica(TopicParti
lbradstreet closed pull request #9123:
URL: https://github.com/apache/kafka/pull/9123
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 t
lbradstreet commented on a change in pull request #7222:
URL: https://github.com/apache/kafka/pull/7222#discussion_r467187874
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/SubscriptionState.java
##
@@ -422,10 +421,13 @@ synchronized int numAss
hachikuji merged pull request #9110:
URL: https://github.com/apache/kafka/pull/9110
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
rondagostino commented on a change in pull request #9032:
URL: https://github.com/apache/kafka/pull/9032#discussion_r467191680
##
File path: core/src/main/scala/kafka/admin/ConfigCommand.scala
##
@@ -508,7 +563,15 @@ object ConfigCommand extends Config {
val entityStr
mimaison commented on a change in pull request #8295:
URL: https://github.com/apache/kafka/pull/8295#discussion_r467193718
##
File path:
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##
@@ -1251,15 +1267,28 @@ private ListOffsetRequest createL
mimaison commented on a change in pull request #8295:
URL: https://github.com/apache/kafka/pull/8295#discussion_r467194925
##
File path:
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##
@@ -1221,28 +1226,39 @@ private DeleteGroupsResponse
cre
mimaison commented on pull request #8295:
URL: https://github.com/apache/kafka/pull/8295#issuecomment-670643947
@abbccdda I've addressed your comments, can you take another look?
This is an automated message from the Apache G
mimaison commented on a change in pull request #9136:
URL: https://github.com/apache/kafka/pull/9136#discussion_r467206725
##
File path:
clients/src/main/java/org/apache/kafka/common/config/provider/DirectoryConfigProvider.java
##
@@ -0,0 +1,98 @@
+/*
+ * Licensed to the Apach
cmccabe commented on a change in pull request #9103:
URL: https://github.com/apache/kafka/pull/9103#discussion_r467214507
##
File path:
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala
##
@@ -497,10 +497,10 @@ class AuthorizerIntegrationTest extends Ba
abbccdda commented on a change in pull request #9103:
URL: https://github.com/apache/kafka/pull/9103#discussion_r467215647
##
File path:
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala
##
@@ -497,10 +497,10 @@ class AuthorizerIntegrationTest extends B
skaundinya15 opened a new pull request #9142:
URL: https://github.com/apache/kafka/pull/9142
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
The current impl
ableegoldman commented on a change in pull request #9141:
URL: https://github.com/apache/kafka/pull/9141#discussion_r467210400
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/CogroupedStreamAggregateBuilder.java
##
@@ -47,18 +47,96 @@
Cogrou
skaundinya15 opened a new pull request #9143:
URL: https://github.com/apache/kafka/pull/9143
Currently the way we calculate the number of total consumed messages for the
verifiable consumer overcounts the number of actually consumed messages. This
PR is to fix that to ensure we count the n
mjsax commented on a change in pull request #9039:
URL: https://github.com/apache/kafka/pull/9039#discussion_r467231847
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/KStreamAggregationIntegrationTest.java
##
@@ -459,6 +460,95 @@ public void shouldGro
mjsax commented on a change in pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#discussion_r467233225
##
File path: streams/src/main/java/org/apache/kafka/streams/KeyQueryMetadata.java
##
@@ -50,32 +50,65 @@ public KeyQueryMetadata(final HostInfo activeHost, f
johnthotekat commented on a change in pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#discussion_r467235567
##
File path: streams/src/main/java/org/apache/kafka/streams/KeyQueryMetadata.java
##
@@ -50,32 +50,65 @@ public KeyQueryMetadata(final HostInfo active
lct45 commented on a change in pull request #9141:
URL: https://github.com/apache/kafka/pull/9141#discussion_r467236081
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/CogroupedStreamAggregateBuilder.java
##
@@ -47,18 +47,96 @@
CogroupedStre
johnthotekat commented on a change in pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#discussion_r467236707
##
File path: streams/src/main/java/org/apache/kafka/streams/KeyQueryMetadata.java
##
@@ -50,32 +50,65 @@ public KeyQueryMetadata(final HostInfo active
johnthotekat commented on a change in pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#discussion_r467236707
##
File path: streams/src/main/java/org/apache/kafka/streams/KeyQueryMetadata.java
##
@@ -50,32 +50,65 @@ public KeyQueryMetadata(final HostInfo active
mjsax commented on pull request #9028:
URL: https://github.com/apache/kafka/pull/9028#issuecomment-670689958
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on a change in pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#discussion_r467244495
##
File path: streams/src/main/java/org/apache/kafka/streams/KeyQueryMetadata.java
##
@@ -50,32 +50,65 @@ public KeyQueryMetadata(final HostInfo activeHost, f
cmccabe commented on pull request #9103:
URL: https://github.com/apache/kafka/pull/9103#issuecomment-670693346
I think it would be good to split this PR up a little bit. It seems like we
could have a split like this:
PR 1. `Add flag to the RequestContext` and `Add initial principal
lct45 commented on a change in pull request #9039:
URL: https://github.com/apache/kafka/pull/9039#discussion_r467260318
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregate.java
##
@@ -0,0 +1,389 @@
+/*
+ * Licensed to th
rondagostino commented on a change in pull request #9142:
URL: https://github.com/apache/kafka/pull/9142#discussion_r467263885
##
File path: tests/kafkatest/services/kafka/kafka.py
##
@@ -503,7 +503,7 @@ def create_topic(self, topic_cfg, node=None,
use_zk_to_create_topic=True)
dielhennr commented on a change in pull request #9101:
URL: https://github.com/apache/kafka/pull/9101#discussion_r467273920
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java
##
@@ -504,6 +515,7 @@ public void onSuccess(Byt
skaundinya15 commented on a change in pull request #9142:
URL: https://github.com/apache/kafka/pull/9142#discussion_r467274037
##
File path: tests/kafkatest/services/kafka/kafka.py
##
@@ -503,7 +503,7 @@ def create_topic(self, topic_cfg, node=None,
use_zk_to_create_topic=True)
mjsax commented on a change in pull request #8964:
URL: https://github.com/apache/kafka/pull/8964#discussion_r466716421
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractTask.java
##
@@ -49,6 +61,30 @@
this.stateDirectory = state
ableegoldman commented on a change in pull request #9039:
URL: https://github.com/apache/kafka/pull/9039#discussion_r467296111
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/KStreamAggregationIntegrationTest.java
##
@@ -459,6 +460,95 @@ public void sh
soondenana commented on pull request #9140:
URL: https://github.com/apache/kafka/pull/9140#issuecomment-670730240
I can confirm that this fixes the issue. I ran system test 18 times and
didn't hit this issue. Without this fix, when I run the system test 10 times I
hit the issue 2 times.
mjsax commented on pull request #9141:
URL: https://github.com/apache/kafka/pull/9141#issuecomment-670745736
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
hachikuji merged pull request #9140:
URL: https://github.com/apache/kafka/pull/9140
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
abbccdda opened a new pull request #9144:
URL: https://github.com/apache/kafka/pull/9144
Add the redirection supporting fields, including:
1. initial principal name
2. initial client id
3. the flag to indicate whether a given request is coming from the control
plane in a secure
cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467330529
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/RequestHeader.java
##
@@ -37,11 +37,22 @@ public RequestHeader(Struct struct, short he
cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467330705
##
File path:
clients/src/main/java/org/apache/kafka/server/authorizer/AuthorizableRequestContext.java
##
@@ -69,4 +69,11 @@
* Returns the correlatio
cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467330968
##
File path: core/src/main/scala/kafka/network/RequestChannel.scala
##
@@ -309,7 +309,10 @@ object RequestChannel extends Logging {
}
}
-class Reques
cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467331218
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -88,15 +88,17 @@ class SocketServer(val config: KafkaConfig,
private val memoryP
cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467331218
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -88,15 +88,17 @@ class SocketServer(val config: KafkaConfig,
private val memoryP
ning2008wisc opened a new pull request #9145:
URL: https://github.com/apache/kafka/pull/9145
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
ning2008wisc commented on pull request #9145:
URL: https://github.com/apache/kafka/pull/9145#issuecomment-670820575
As mentioned in
https://stackoverflow.com/questions/54480715/no-current-assignment-for-partition-occurs-even-after-poll-in-kafka,
another potential resolution could be "call
mjsax commented on a change in pull request #8964:
URL: https://github.com/apache/kafka/pull/8964#discussion_r467291346
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StandbyTask.java
##
@@ -93,9 +90,7 @@ public boolean isActive() {
publi
johnthotekat opened a new pull request #9146:
URL: https://github.com/apache/kafka/pull/9146
* This PR updates the upgrade guide for the changes in
https://github.com/apache/kafka/pull/9120.
* Added the details on KIP-648 to 2.7.0 upgrade notes -
docs/streams/upgrade-guide.html.
@mjs
johnthotekat closed pull request #9133:
URL: https://github.com/apache/kafka/pull/9133
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
johnthotekat commented on pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#issuecomment-670823191
This branch got a little messed up during the rebase :(
Raised another PR https://github.com/apache/kafka/pull/9146
-
johnthotekat edited a comment on pull request #9133:
URL: https://github.com/apache/kafka/pull/9133#issuecomment-670823191
Closing this PR. Raised another PR https://github.com/apache/kafka/pull/9146
.
This branch got a little messed up during the rebase :(
---
ning2008wisc removed a comment on pull request #9145:
URL: https://github.com/apache/kafka/pull/9145#issuecomment-670820575
As mentioned in
https://stackoverflow.com/questions/54480715/no-current-assignment-for-partition-occurs-even-after-poll-in-kafka,
another potential resolution could b
jeqo commented on pull request #9137:
URL: https://github.com/apache/kafka/pull/9137#issuecomment-670850075
cc @ableegoldman
This PR is ready for review, covering related feedback from #8976
This is an automated messa
lbradstreet opened a new pull request #9147:
URL: https://github.com/apache/kafka/pull/9147
transactions_test and group_mode_transactions_test have proven quite
brittle around timeouts (see 67f5b5de77d67c02edb335737215312d099a1cac,
e099b58df5b3e4f87173fc55880f9c343308739f,
d9fe30dab
lbradstreet commented on a change in pull request #9147:
URL: https://github.com/apache/kafka/pull/9147#discussion_r467590975
##
File path:
tools/src/main/java/org/apache/kafka/tools/TransactionalMessageCopier.java
##
@@ -345,39 +357,55 @@ public void
onPartitionsAssigned(Col
vvcephei commented on pull request #9004:
URL: https://github.com/apache/kafka/pull/9004#issuecomment-671134339
Just one unrelated test failure:
```
org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]
failed, log available in
/
vvcephei merged pull request #9004:
URL: https://github.com/apache/kafka/pull/9004
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 t
vvcephei commented on pull request #9004:
URL: https://github.com/apache/kafka/pull/9004#issuecomment-671134513
Merged to trunk. Thanks for the review @abbccdda !
This is an automated message from the Apache Git Service.
To r
vvcephei opened a new pull request #9148:
URL: https://github.com/apache/kafka/pull/9148
From KIP-478, implement the new StreamBuilder#addGlobalStore() overload
that takes a stateUpdateSupplier fully typed Processor.
Where necessary, use the adapters to make the old APIs defer to t
vvcephei commented on a change in pull request #9148:
URL: https://github.com/apache/kafka/pull/9148#discussion_r467671774
##
File path: streams/src/main/java/org/apache/kafka/streams/StreamsBuilder.java
##
@@ -499,7 +500,7 @@ public synchronized StreamsBuilder addStateStore(fi
showuon opened a new pull request #9149:
URL: https://github.com/apache/kafka/pull/9149
Improve the logging in `maybeCreateTopic` to let user know if
`!topicCreation.isTopicCreationRequired(topic)`, we won't create this topic
because the topic creation setting is disabled or the topic nam
showuon commented on a change in pull request #9149:
URL: https://github.com/apache/kafka/pull/9149#discussion_r467713932
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java
##
@@ -363,6 +363,7 @@ private boolean sendRecords() {
showuon commented on pull request #9149:
URL: https://github.com/apache/kafka/pull/9149#issuecomment-671191319
@kkonstantine , could you help review this PR to improve logging? Thanks.
This is an automated message from the Ap
viktorsomogyi opened a new pull request #9150:
URL: https://github.com/apache/kafka/pull/9150
This is a backport of #8509.
A broker throws IllegalStateException if the broker epoch in the
LeaderAndIsr/UpdateMetadataRequest/StopReplicaRequest is larger than its
current broker epoch.
viktorsomogyi commented on pull request #9150:
URL: https://github.com/apache/kafka/pull/9150#issuecomment-671213384
@apovzner @hachikuji would you please review this backport?
And while I'm at it, I can backport these onto the 2.3 and 2.4 lines as well.
showuon commented on a change in pull request #9149:
URL: https://github.com/apache/kafka/pull/9149#discussion_r467755721
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java
##
@@ -430,7 +434,7 @@ private void maybeCreateTopic(Str
viktorsomogyi opened a new pull request #9152:
URL: https://github.com/apache/kafka/pull/9152
A broker throws IllegalStateException if the broker epoch in the
LeaderAndIsr/UpdateMetadataRequest/StopReplicaRequest is larger than its
current broker epoch. However, there is no guarantee that
viktorsomogyi opened a new pull request #9151:
URL: https://github.com/apache/kafka/pull/9151
A broker throws IllegalStateException if the broker epoch in the
LeaderAndIsr/UpdateMetadataRequest/StopReplicaRequest is larger than its
current broker epoch. However, there is no guarantee that
viktorsomogyi commented on pull request #9150:
URL: https://github.com/apache/kafka/pull/9150#issuecomment-671323114
2.3: https://github.com/apache/kafka/pull/9151
2.4: https://github.com/apache/kafka/pull/9151
This is an
viktorsomogyi edited a comment on pull request #9150:
URL: https://github.com/apache/kafka/pull/9150#issuecomment-671323114
2.3: https://github.com/apache/kafka/pull/9151
2.4: https://github.com/apache/kafka/pull/9152
This
cadonna opened a new pull request #9153:
URL: https://github.com/apache/kafka/pull/9153
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade
cadonna commented on a change in pull request #9153:
URL: https://github.com/apache/kafka/pull/9153#discussion_r467871730
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -93,7 +95,7 @@
* | +-+
cadonna commented on a change in pull request #9153:
URL: https://github.com/apache/kafka/pull/9153#discussion_r467872227
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -80,11 +80,13 @@
* | +-+--
cadonna commented on pull request #9153:
URL: https://github.com/apache/kafka/pull/9153#issuecomment-671328193
Call for review: @guozhangwang @ableegoldman
This is an automated message from the Apache Git Service.
To respond
chia7712 commented on pull request #9102:
URL: https://github.com/apache/kafka/pull/9102#issuecomment-671337544
@guozhangwang @abbccdda More comments?
This is an automated message from the Apache Git Service.
To respond to t
astubbs opened a new pull request #9154:
URL: https://github.com/apache/kafka/pull/9154
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of testing s
vvcephei commented on a change in pull request #9073:
URL: https://github.com/apache/kafka/pull/9073#discussion_r467975526
##
File path: build.gradle
##
@@ -1266,6 +1266,27 @@ project(':streams') {
if( !generatedDocsDir.exists() ) { generatedDocsDir.mkdirs() }
standar
abbccdda commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467975394
##
File path:
clients/src/main/java/org/apache/kafka/server/authorizer/AuthorizableRequestContext.java
##
@@ -69,4 +69,11 @@
* Returns the correlati
abbccdda commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r467975757
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/RequestHeader.java
##
@@ -37,11 +37,22 @@ public RequestHeader(Struct struct, short h
tombentley commented on a change in pull request #9136:
URL: https://github.com/apache/kafka/pull/9136#discussion_r467984879
##
File path:
clients/src/main/java/org/apache/kafka/common/config/provider/DirectoryConfigProvider.java
##
@@ -0,0 +1,98 @@
+/*
+ * Licensed to the Apa
tombentley commented on pull request #9136:
URL: https://github.com/apache/kafka/pull/9136#issuecomment-671424344
@mimaison done.
This is an automated message from the Apache Git Service.
To respond to the message, please log
stanislavkozlovski opened a new pull request #9155:
URL: https://github.com/apache/kafka/pull/9155
This patch ensures we use a force resolution strategy for the scala-library
dependency
I've tested this locally and saw a difference in the output:
With the change (using 2.4 and the
stanislavkozlovski commented on pull request #9155:
URL: https://github.com/apache/kafka/pull/9155#issuecomment-671429610
In 2.4 we use `def defaultScala212Version = '2.12.10'` yet it gets updated
to `2.12.12` due to the jackson-module-scala library using the 2.12.12 version
of scala-libra
abbccdda commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r468005080
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -88,15 +88,17 @@ class SocketServer(val config: KafkaConfig,
private val memory
rajinisivaram commented on a change in pull request #9032:
URL: https://github.com/apache/kafka/pull/9032#discussion_r467848781
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java
##
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Fo
junrao commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r467279790
##
File path: clients/src/main/resources/common/message/UpdateFeaturesRequest.json
##
@@ -0,0 +1,33 @@
+// Licensed to the Apache Software Foundation (ASF) u
ijuma commented on pull request #9155:
URL: https://github.com/apache/kafka/pull/9155#issuecomment-671482140
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
big-andy-coates opened a new pull request #9156:
URL: https://github.com/apache/kafka/pull/9156
fixes: [KAFKA-10077](https://issues.apache.org/jira/browse/KAFKA-10077).
Enable sending old values on `KTable.filter` call to avoid the filter
forwarding tombstones for rows that do not ex
skaundinya15 commented on pull request #9142:
URL: https://github.com/apache/kafka/pull/9142#issuecomment-671498810
Link to system test run from this branch:
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2020-08-07--001.1596866417--skaundinya15--minor-
hachikuji commented on pull request #9112:
URL: https://github.com/apache/kafka/pull/9112#issuecomment-671500806
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
big-andy-coates commented on pull request #9156:
URL: https://github.com/apache/kafka/pull/9156#issuecomment-671501927
@mjsax as discussed. Please review.
I think this change makes the output from the table filter semantically
correct, i.e. we no longer output tombstones for rows tha
kowshik commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r468084269
##
File path: clients/src/main/resources/common/message/UpdateFeaturesRequest.json
##
@@ -0,0 +1,33 @@
+// Licensed to the Apache Software Foundation (ASF)
kowshik commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r468085443
##
File path: clients/src/main/resources/common/message/UpdateFeaturesResponse.json
##
@@ -0,0 +1,33 @@
+// Licensed to the Apache Software Foundation (ASF)
skaundinya15 commented on pull request #9143:
URL: https://github.com/apache/kafka/pull/9143#issuecomment-671506739
Link for system test run for this branch:
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2020-08-07--001.1596860596--skaundinya15--minor-
kowshik commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r468089357
##
File path: core/src/main/scala/kafka/controller/KafkaController.scala
##
@@ -266,6 +275,199 @@ class KafkaController(val config: KafkaConfig,
}
}
dajac commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r468090360
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/RequestContext.java
##
@@ -74,7 +77,9 @@ public RequestAndSize parseRequest(ByteBuffer b
dajac commented on a change in pull request #9136:
URL: https://github.com/apache/kafka/pull/9136#discussion_r468093788
##
File path:
clients/src/main/java/org/apache/kafka/common/config/provider/DirectoryConfigProvider.java
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apache
lct45 opened a new pull request #9157:
URL: https://github.com/apache/kafka/pull/9157
Handles records that fall between 0 and the timeDifference that would
normally create negative windows. This puts a new record that falls into this
range in a window from [0, timeDifference] and creates t
kowshik commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r468097360
##
File path: core/src/main/scala/kafka/controller/KafkaController.scala
##
@@ -266,6 +275,199 @@ class KafkaController(val config: KafkaConfig,
}
}
kowshik commented on a change in pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#discussion_r468101982
##
File path: core/src/main/scala/kafka/controller/KafkaController.scala
##
@@ -977,14 +1179,30 @@ class KafkaController(val config: KafkaConfig,
/**
junrao commented on pull request #8657:
URL: https://github.com/apache/kafka/pull/8657#issuecomment-671520491
@chia7712 : I agree mostly with your assessment. For most delayed
operations, the checking for the completeness of the operation and the calling
of onComplete() don't have to be pr
801 - 900 of 51557 matches
Mail list logo