[GitHub] [kafka] ableegoldman commented on pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on pull request #11857: URL: https://github.com/apache/kafka/pull/11857#issuecomment-1061503765 All test failures are unrelated, going to merge this now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Updated] (KAFKA-13718) kafka-topics describe topic with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13718: -- Description: Following the quickstart guide[1], when describing the topic just created with default

[jira] [Updated] (KAFKA-13718) kafka-topics describe topic with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13718: -- Summary: kafka-topics describe topic with default config will show `segment.bytes` overridden config

[jira] [Updated] (KAFKA-13718) kafka-topics create with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13718: -- Description: Following the quickstart guide[1], when describing the topic just created with default

[jira] [Updated] (KAFKA-13718) kafka-topics create with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13718: -- Description: Following the quickstart guide[1], when describing the topic just created with default

[jira] [Updated] (KAFKA-13718) kafka-topics create with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13718: -- Description: Following the quickstart guide[1], when describing the topic just created with default

[jira] [Created] (KAFKA-13718) kafka-topics create with default config will show `segment.bytes` overridden config

2022-03-07 Thread Luke Chen (Jira)
Luke Chen created KAFKA-13718: - Summary: kafka-topics create with default config will show `segment.bytes` overridden config Key: KAFKA-13718 URL: https://issues.apache.org/jira/browse/KAFKA-13718

[GitHub] [kafka] showuon merged pull request #11853: KAFKA-13710: bring the InvalidTimestampException back for record error

2022-03-07 Thread GitBox
showuon merged pull request #11853: URL: https://github.com/apache/kafka/pull/11853 -- 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:

[GitHub] [kafka] dajac commented on a change in pull request #11864: KAFKA-13717: skip coordinator lookup in commitOffsetsAsync if offsets is empty

2022-03-07 Thread GitBox
dajac commented on a change in pull request #11864: URL: https://github.com/apache/kafka/pull/11864#discussion_r821354458 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -1003,6 +1003,9 @@ void

[GitHub] [kafka] lihaosky commented on pull request #11820: [RFC][2/N] add restoration logic for RocksDBTimeOrderedWindowStore

2022-03-07 Thread GitBox
lihaosky commented on pull request #11820: URL: https://github.com/apache/kafka/pull/11820#issuecomment-1061406867 @suhas-satish, I put restoration logic to first PR: https://github.com/apache/kafka/pull/11802 after refactoring first PR. -- This is an automated message from the Apache

[GitHub] [kafka] vincent81jiang opened a new pull request #11864: KAFKA-13717: skip coordinator lookup in commitOffsetsAsync if offsets is empty

2022-03-07 Thread GitBox
vincent81jiang opened a new pull request #11864: URL: https://github.com/apache/kafka/pull/11864 If offsets is empty, no need to lookup coordinator. doCommitOffsetsAsync call will be completed locally. Issue description: https://issues.apache.org/jira/browse/KAFKA-13717

[jira] [Created] (KAFKA-13717) KafkaConsumer.close throws authorization exception even when commit offsets is empty

2022-03-07 Thread Vincent Jiang (Jira)
Vincent Jiang created KAFKA-13717: - Summary: KafkaConsumer.close throws authorization exception even when commit offsets is empty Key: KAFKA-13717 URL: https://issues.apache.org/jira/browse/KAFKA-13717

[jira] [Updated] (KAFKA-13716) add tests for `DeleteRecordsCommand` class

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13716: -- Summary: add tests for `DeleteRecordsCommand` class (was: add tests for `DeleteRecordsCommand`) >

[jira] [Updated] (KAFKA-13716) add tests for `DeleteRecordsCommand`

2022-03-07 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13716: -- Labels: Newbie newbie (was: ) > add tests for `DeleteRecordsCommand` >

[jira] [Created] (KAFKA-13716) add tests for `DeleteRecordsCommand`

2022-03-07 Thread Luke Chen (Jira)
Luke Chen created KAFKA-13716: - Summary: add tests for `DeleteRecordsCommand` Key: KAFKA-13716 URL: https://issues.apache.org/jira/browse/KAFKA-13716 Project: Kafka Issue Type: Test

[GitHub] [kafka] showuon commented on pull request #11863: KAFKA-13689: Revert AbstractConfig code changes

2022-03-07 Thread GitBox
showuon commented on pull request #11863: URL: https://github.com/apache/kafka/pull/11863#issuecomment-1061359965 Note: reverting https://github.com/apache/kafka/pull/11800. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (KAFKA-13715) Add "generation" field into consumer protocol

2022-03-07 Thread Luke Chen (Jira)
Luke Chen created KAFKA-13715: - Summary: Add "generation" field into consumer protocol Key: KAFKA-13715 URL: https://issues.apache.org/jira/browse/KAFKA-13715 Project: Kafka Issue Type: New

[GitHub] [kafka] showuon commented on pull request #11843: MINOR: Correct logging and Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
showuon commented on pull request #11843: URL: https://github.com/apache/kafka/pull/11843#issuecomment-1061354885 Triggering jenkins build again to check the build results. https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-11843/3/ -- This is an automated message from the

[GitHub] [kafka] RivenSun2 commented on pull request #11863: KAFKA-13689: Revert code changes

2022-03-07 Thread GitBox
RivenSun2 commented on pull request #11863: URL: https://github.com/apache/kafka/pull/11863#issuecomment-1061338721 Hi @showuon Please help to review the PR . Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] RivenSun2 opened a new pull request #11863: KAFKA-13689: Revert code changes

2022-03-07 Thread GitBox
RivenSun2 opened a new pull request #11863: URL: https://github.com/apache/kafka/pull/11863 Because the previous code involves the modification of the public module, a KIP needs to be provided; At the same time, the consideration of some scenarios was ignored, so it was decided to

[GitHub] [kafka] showuon commented on pull request #11800: KAFKA-13689: Optimized the printing of AbstractConfig logs, and stripped unknownKeys from unusedKeys

2022-03-07 Thread GitBox
showuon commented on pull request #11800: URL: https://github.com/apache/kafka/pull/11800#issuecomment-1061319723 @RivenSun2 , thanks for the help. > Will the new PR title start with MINOR or still start with [KAFKA-13689](https://issues.apache.org/jira/browse/KAFKA-13689)?

[GitHub] [kafka] vvcephei commented on a change in pull request #11848: MINOR: Restructure ConsistencyVectorIntegrationTest

2022-03-07 Thread GitBox
vvcephei commented on a change in pull request #11848: URL: https://github.com/apache/kafka/pull/11848#discussion_r821241439 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/ConsistencyVectorIntegrationTest.java ## @@ -131,67 +129,56 @@ public void

[GitHub] [kafka] RivenSun2 commented on pull request #11800: KAFKA-13689: Optimized the printing of AbstractConfig logs, and stripped unknownKeys from unusedKeys

2022-03-07 Thread GitBox
RivenSun2 commented on pull request #11800: URL: https://github.com/apache/kafka/pull/11800#issuecomment-1061303039 Hi @showuon I will create a new PR later to revert this code change. Will the new PR title start with MINOR or still start with KAFKA-13689? For the configuration of

[GitHub] [kafka] wcarlson5 opened a new pull request #11862: MINOR: fix the query prefix to not have an extra hyphon

2022-03-07 Thread GitBox
wcarlson5 opened a new pull request #11862: URL: https://github.com/apache/kafka/pull/11862 Clean up from topic prefix. updated tests accordingly ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI

[GitHub] [kafka] C0urante commented on a change in pull request #11778: KAFKA-10000: Use transactional producer for config topic (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11778: URL: https://github.com/apache/kafka/pull/11778#discussion_r821155498 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/ClusterConfigState.java ## @@ -14,7 +14,7 @@ * See the License for the

[GitHub] [kafka] vincent81jiang opened a new pull request #11861: MINOR: fix flaky test cases SocketServerTest.remoteCloseWithoutBufferedReceives and SocketServerTest.remoteCloseWithIncompleteBuffered

2022-03-07 Thread GitBox
vincent81jiang opened a new pull request #11861: URL: https://github.com/apache/kafka/pull/11861 When a socket is closed, corresponding channel should be retained only if there is complete buffered requests. ### Committer Checklist (excluded from commit message) - [ ] Verify

[GitHub] [kafka] soondenana closed pull request #11860: Merge remote-tracking branch 'ak-upstream/trunk' into AK_CCS_Mar_07_22

2022-03-07 Thread GitBox
soondenana closed pull request #11860: URL: https://github.com/apache/kafka/pull/11860 -- 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:

[GitHub] [kafka] soondenana opened a new pull request #11860: Merge remote-tracking branch 'ak-upstream/trunk' into AK_CCS_Mar_07_22

2022-03-07 Thread GitBox
soondenana opened a new pull request #11860: URL: https://github.com/apache/kafka/pull/11860 Conflict in Jenkinsfile from AK commit: [bbb2dc54a0f45bc5455f22a0671adde206dcfa29](https://github.com/apache/kafka/commit/bbb2dc54a0f4) from PR:

[GitHub] [kafka] C0urante commented on a change in pull request #11773: KAFKA-10000: Add new source connector APIs related to exactly-once support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11773: URL: https://github.com/apache/kafka/pull/11773#discussion_r820917219 ## File path: connect/api/src/main/java/org/apache/kafka/connect/source/SourceConnector.java ## @@ -28,4 +30,46 @@ protected

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r821100612 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[jira] [Created] (KAFKA-13714) Flaky test IQv2StoreIntegrationTest

2022-03-07 Thread John Roesler (Jira)
John Roesler created KAFKA-13714: Summary: Flaky test IQv2StoreIntegrationTest Key: KAFKA-13714 URL: https://issues.apache.org/jira/browse/KAFKA-13714 Project: Kafka Issue Type: Bug

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r821099068 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -84,14 +84,14 @@ public

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r821096763 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -84,14 +84,14 @@ public

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11859: MINOR: fix the query prefix to not have an extra "-"

2022-03-07 Thread GitBox
wcarlson5 commented on a change in pull request #11859: URL: https://github.com/apache/kafka/pull/11859#discussion_r821095982 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java ## @@ -1351,7 +1351,7 @@ private String

[GitHub] [kafka] ableegoldman commented on a change in pull request #11859: MINOR: fix the query prefix to not have an extra "-"

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11859: URL: https://github.com/apache/kafka/pull/11859#discussion_r821091010 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java ## @@ -1351,7 +1351,7 @@ private

[GitHub] [kafka] ableegoldman commented on pull request #11847: KAFKA-12648: fix NPE due to race condtion between resetting offsets and removing a topology

2022-03-07 Thread GitBox
ableegoldman commented on pull request #11847: URL: https://github.com/apache/kafka/pull/11847#issuecomment-1061121041 No test failures in NamedTopologyIntegrationTest! Merged to trunk 拾 The integration test should be completely stable now as all known issues and sources of

[GitHub] [kafka] wcarlson5 opened a new pull request #11859: MINOR: fix the query prefix to not have an extra "-"

2022-03-07 Thread GitBox
wcarlson5 opened a new pull request #11859: URL: https://github.com/apache/kafka/pull/11859 Clean up from topic prefix. updated tests accordingly ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI

[GitHub] [kafka] ableegoldman merged pull request #11847: KAFKA-12648: fix NPE due to race condtion between resetting offsets and removing a topology

2022-03-07 Thread GitBox
ableegoldman merged pull request #11847: URL: https://github.com/apache/kafka/pull/11847 -- 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:

[GitHub] [kafka] guozhangwang commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
guozhangwang commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r821006143 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -84,14 +84,14 @@ public

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
wcarlson5 commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r82129 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] adamkotwasinski commented on a change in pull request #11843: MINOR: Correct logging and Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
adamkotwasinski commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820997952 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -420,7 +420,7 @@ private String

[GitHub] [kafka] guozhangwang commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
guozhangwang commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820993077 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] jolshan commented on a change in pull request #11843: MINOR: Correct logging and Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
jolshan commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820992064 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -420,7 +420,7 @@ private String

[GitHub] [kafka] adamkotwasinski commented on a change in pull request #11843: MINOR: Correct logging and Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
adamkotwasinski commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820984291 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -454,7 +454,7 @@ String

[GitHub] [kafka] adamkotwasinski commented on a change in pull request #11843: MINOR: Correct logging and Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
adamkotwasinski commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820984291 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -454,7 +454,7 @@ String

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
wcarlson5 commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820981114 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] adamkotwasinski commented on a change in pull request #11843: MINOR: Correct Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
adamkotwasinski commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820979811 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -420,7 +420,7 @@ private String

[GitHub] [kafka] guozhangwang commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
guozhangwang commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820972381 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] ijuma commented on pull request #11811: (docs) Add JavaDocs for org.apache.kafka.common.security.oauthbearer.secured

2022-03-07 Thread GitBox
ijuma commented on pull request #11811: URL: https://github.com/apache/kafka/pull/11811#issuecomment-1060972154 If that's the case, then we should only have that one public class in this package. The rest should either be non public or in other packages. Is that how it is? -- This is

[GitHub] [kafka] lihaosky opened a new pull request #11858: [Emit final][3/N] add emit final param to relevant windows

2022-03-07 Thread GitBox
lihaosky opened a new pull request #11858: URL: https://github.com/apache/kafka/pull/11858 *More detailed description of your change, Change window api to add a emit final option for `SlidingWindow`, `SessionWindow` and `TimedWindow`. *Summary of testing strategy (including

[GitHub] [kafka] lihaosky commented on a change in pull request #11802: [RFC][1/N]add new RocksDBTimeOrderedWindowStore

2022-03-07 Thread GitBox
lihaosky commented on a change in pull request #11802: URL: https://github.com/apache/kafka/pull/11802#discussion_r820952845 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/AbstractDualSchemaRocksDBSegmentedBytesStore.java ## @@ -0,0 +1,267 @@ +/*

[GitHub] [kafka] C0urante commented on a change in pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11775: URL: https://github.com/apache/kafka/pull/11775#discussion_r820935451 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedConfig.java ## @@ -192,6 +197,33 @@ public

[GitHub] [kafka] C0urante commented on a change in pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11775: URL: https://github.com/apache/kafka/pull/11775#discussion_r820934303 ## File path: connect/api/src/main/java/org/apache/kafka/connect/source/SourceConnector.java ## @@ -28,4 +30,46 @@ protected

[GitHub] [kafka] C0urante commented on a change in pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11775: URL: https://github.com/apache/kafka/pull/11775#discussion_r820931108 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SourceConnectorConfig.java ## @@ -47,6 +57,57 @@ + "created

[GitHub] [kafka] C0urante commented on a change in pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11775: URL: https://github.com/apache/kafka/pull/11775#discussion_r820930471 ## File path: connect/api/src/main/java/org/apache/kafka/connect/source/SourceTaskContext.java ## @@ -38,4 +38,29 @@ * Get the

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
wcarlson5 commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820926850 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] kirktrue commented on pull request #11811: (docs) Add JavaDocs for org.apache.kafka.common.security.oauthbearer.secured

2022-03-07 Thread GitBox
kirktrue commented on pull request #11811: URL: https://github.com/apache/kafka/pull/11811#issuecomment-1060929594 Yes. Users of the OAuth code will not necessarily _code_ against the classes in this package, but they will need to specify the class names from this package in their

[GitHub] [kafka] C0urante commented on a change in pull request #11773: KAFKA-10000: Add new source connector APIs related to exactly-once support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11773: URL: https://github.com/apache/kafka/pull/11773#discussion_r820917219 ## File path: connect/api/src/main/java/org/apache/kafka/connect/source/SourceConnector.java ## @@ -28,4 +30,46 @@ protected

[GitHub] [kafka] C0urante commented on a change in pull request #11773: KAFKA-10000: Add new source connector APIs related to exactly-once support (KIP-618)

2022-03-07 Thread GitBox
C0urante commented on a change in pull request #11773: URL: https://github.com/apache/kafka/pull/11773#discussion_r820917219 ## File path: connect/api/src/main/java/org/apache/kafka/connect/source/SourceConnector.java ## @@ -28,4 +30,46 @@ protected

[GitHub] [kafka] jolshan commented on a change in pull request #11843: MINOR: Correct Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
jolshan commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820912963 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -420,7 +420,7 @@ private String

[GitHub] [kafka] jolshan commented on a change in pull request #11843: MINOR: Correct Javadoc in FetchSessionHandler

2022-03-07 Thread GitBox
jolshan commented on a change in pull request #11843: URL: https://github.com/apache/kafka/pull/11843#discussion_r820912375 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -454,7 +454,7 @@ String

[jira] [Updated] (KAFKA-13687) Limit number of batches when using kafka-dump-log.sh

2022-03-07 Thread Sergio Troiano (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Troiano updated KAFKA-13687: --- Affects Version/s: 2.8.1 > Limit number of batches when using kafka-dump-log.sh >

[jira] [Updated] (KAFKA-13687) Limit number of batches when using kafka-dump-log.sh

2022-03-07 Thread Sergio Troiano (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Troiano updated KAFKA-13687: --- Affects Version/s: (was: 2.8.1) > Limit number of batches when using kafka-dump-log.sh

[GitHub] [kafka] ijuma commented on pull request #11811: (docs) Add JavaDocs for org.apache.kafka.common.security.oauthbearer.secured

2022-03-07 Thread GitBox
ijuma commented on pull request #11811: URL: https://github.com/apache/kafka/pull/11811#issuecomment-1060727973 Just to double check, @kirktrue this are intended to be public API? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] ijuma commented on a change in pull request #11833: KAFKA-13671: Add ppc64le build stage

2022-03-07 Thread GitBox
ijuma commented on a change in pull request #11833: URL: https://github.com/apache/kafka/pull/11833#discussion_r820738378 ## File path: Jenkinsfile ## @@ -178,6 +178,24 @@ pipeline { echo 'Skipping Kafka Streams archetype test for ARM build' }

[jira] [Updated] (KAFKA-9847) Add config to set default store type

2022-03-07 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-9847: - Fix Version/s: 3.2.0 > Add config to set default store type >

[jira] [Updated] (KAFKA-13587) Implement unclean leader election in KIP-704

2022-03-07 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-13587: -- Fix Version/s: 3.2.0 > Implement unclean leader election in KIP-704 >

[jira] [Updated] (KAFKA-13217) Reconsider skipping the LeaveGroup on close() or add an overload that does so

2022-03-07 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-13217: -- Fix Version/s: 3.2.0 > Reconsider skipping the LeaveGroup on close() or add an overload that

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820600321 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820598589 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -161,35 +161,47 @@ public void

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820595967 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -84,14 +84,14 @@ public

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820595568 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -1129,13 +1129,25 @@ public void

[GitHub] [kafka] cadonna edited a comment on pull request #10802: KAFKA-6718 / Update SubscriptionInfoData with clientTags

2022-03-07 Thread GitBox
cadonna edited a comment on pull request #10802: URL: https://github.com/apache/kafka/pull/10802#issuecomment-1060511060 @lkokhreidze Thank you for the ping! I will plan to look at your PR this week. Let's try to get the whole feature merged before feature freeze for AK 3.2.0 which is

[GitHub] [kafka] ableegoldman commented on a change in pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on a change in pull request #11857: URL: https://github.com/apache/kafka/pull/11857#discussion_r820593601 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ## @@ -881,17 +881,15 @@ private void

[GitHub] [kafka] cadonna commented on pull request #10802: KAFKA-6718 / Update SubscriptionInfoData with clientTags

2022-03-07 Thread GitBox
cadonna commented on pull request #10802: URL: https://github.com/apache/kafka/pull/10802#issuecomment-1060511060 @lkokhreidze Thank you for the ping! I will plan to look at your PR this week. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] blcksrx commented on pull request #11838: KAFKA-1372: separate 400 error from 500 error in RestClient

2022-03-07 Thread GitBox
blcksrx commented on pull request #11838: URL: https://github.com/apache/kafka/pull/11838#issuecomment-1060447839 @kirktrue -- 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

[GitHub] [kafka] mimaison commented on a change in pull request #11817: KAFKA-13438: Replace EasyMock and PowerMock with Mockito in WorkerTest

2022-03-07 Thread GitBox
mimaison commented on a change in pull request #11817: URL: https://github.com/apache/kafka/pull/11817#discussion_r820531774 ## File path: connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerTest.java ## @@ -1468,36 +1287,7 @@ private void

[jira] [Resolved] (KAFKA-10759) ARM support for Kafka

2022-03-07 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-10759. Fix Version/s: 3.0.0 Resolution: Fixed > ARM support for Kafka >

[jira] [Commented] (KAFKA-10759) ARM support for Kafka

2022-03-07 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502166#comment-17502166 ] Mickael Maison commented on KAFKA-10759: The PR has been merged a while ago, so I'm closing this

[jira] [Resolved] (KAFKA-13671) Power (ppc64le) support for kafka

2022-03-07 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-13671. Fix Version/s: 3.2.0 Resolution: Fixed > Power (ppc64le) support for kafka >

[GitHub] [kafka] mimaison merged pull request #11833: KAFKA-13671: Add ppc64le build stage

2022-03-07 Thread GitBox
mimaison merged pull request #11833: URL: https://github.com/apache/kafka/pull/11833 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman commented on pull request #11857: URL: https://github.com/apache/kafka/pull/11857#issuecomment-1060371876 cc @wcarlson5 -- 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] ableegoldman opened a new pull request #11857: KAFKA-12648: fix bug where thread is re-added to TopologyMetadata when shutting down

2022-03-07 Thread GitBox
ableegoldman opened a new pull request #11857: URL: https://github.com/apache/kafka/pull/11857 We used to call `TopologyMetadata#maybeNotifyTopologyVersionWaitersAndUpdateThreadsTopologyVersion` when a thread was being unregistered/shutting down, to check if any of the futures listening

[GitHub] [kafka] Lovzi opened a new pull request #11856: Repair how often index entries are generated

2022-03-07 Thread GitBox
Lovzi opened a new pull request #11856: URL: https://github.com/apache/kafka/pull/11856 *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

[GitHub] [kafka] lkokhreidze commented on pull request #10802: KAFKA-6718 / Update SubscriptionInfoData with clientTags

2022-03-07 Thread GitBox
lkokhreidze commented on pull request #10802: URL: https://github.com/apache/kafka/pull/10802#issuecomment-1060325078 Hi @cadonna @showuon Sorry for the ping, but was wondering if it's possible to have a look at this PR this week? After this is merged, I'll have all the pieces to