[jira] [Commented] (KAFKA-12559) Add a top-level Streams config for bounding off-heap memory

2021-10-18 Thread Aditya Upadhyaya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430335#comment-17430335 ] Aditya Upadhyaya commented on KAFKA-12559: -- [~ableegoldman]  I'd like to pick u

[jira] [Comment Edited] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2021-10-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430275#comment-17430275 ] Eugen Dück edited comment on KAFKA-13289 at 10/19/21, 6:33 AM: ---

[GitHub] [kafka] YiDing-Duke commented on a change in pull request #11284: KAFKA-13202: KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC

2021-10-18 Thread GitBox
YiDing-Duke commented on a change in pull request #11284: URL: https://github.com/apache/kafka/pull/11284#discussion_r731524967 ## File path: clients/src/main/java/org/apache/kafka/common/security/oauthbearer/secured/Retry.java ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apac

[GitHub] [kafka] YiDing-Duke commented on a change in pull request #11284: KAFKA-13202: KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC

2021-10-18 Thread GitBox
YiDing-Duke commented on a change in pull request #11284: URL: https://github.com/apache/kafka/pull/11284#discussion_r731507827 ## File path: clients/src/main/java/org/apache/kafka/common/security/oauthbearer/secured/HttpAccessTokenRetriever.java ## @@ -0,0 +1,325 @@ +/* + * L

[GitHub] [kafka] YiDing-Duke commented on a change in pull request #11284: KAFKA-13202: KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC

2021-10-18 Thread GitBox
YiDing-Duke commented on a change in pull request #11284: URL: https://github.com/apache/kafka/pull/11284#discussion_r731496881 ## File path: clients/src/main/java/org/apache/kafka/common/security/oauthbearer/secured/HttpAccessTokenRetriever.java ## @@ -0,0 +1,325 @@ +/* + * L

[jira] [Comment Edited] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2021-10-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430275#comment-17430275 ] Eugen Dück edited comment on KAFKA-13289 at 10/19/21, 4:51 AM: ---

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2021-10-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430275#comment-17430275 ] Eugen Dück commented on KAFKA-13289: We are running into similar issues: * lots of

[jira] [Created] (KAFKA-13383) Consumer Group partition management across clusters (Active-Active)

2021-10-18 Thread NEERAJ VAIDYA (Jira)
NEERAJ VAIDYA created KAFKA-13383: - Summary: Consumer Group partition management across clusters (Active-Active) Key: KAFKA-13383 URL: https://issues.apache.org/jira/browse/KAFKA-13383 Project: Kafka

[GitHub] [kafka] jeqo opened a new pull request #11412: Complete migration to new Processor API

2021-10-18 Thread GitBox
jeqo opened a new pull request #11412: URL: https://github.com/apache/kafka/pull/11412 *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 st

[jira] [Updated] (KAFKA-13381) Wrap all uncaught exceptions as StreamsException with TaskId field

2021-10-18 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13381: Labels: kip (was: needs-kip) > Wrap all uncaught exceptions as StreamsException with Task

[jira] [Updated] (KAFKA-13381) Wrap all uncaught exceptions as StreamsException with TaskId field

2021-10-18 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13381: Description: KIP-783: [https://cwiki.apache.org/confluence/display/KAFKA/KIP-783%3A+Add+T

[GitHub] [kafka] ableegoldman commented on pull request #11405: KAFKA-12648: Wrap all exceptions thrown to handler as StreamsException & add TaskId field

2021-10-18 Thread GitBox
ableegoldman commented on pull request #11405: URL: https://github.com/apache/kafka/pull/11405#issuecomment-946191903 FYI this is now fully ready for review -- cc @vvcephei @guozhangwang -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka] C0urante commented on a change in pull request #11369: KAFKA-13327, KAFKA-13328, KAFKA-13329: Clean up preflight connector validation

2021-10-18 Thread GitBox
C0urante commented on a change in pull request #11369: URL: https://github.com/apache/kafka/pull/11369#discussion_r718557792 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SinkConnectorConfig.java ## @@ -70,60 +73,105 @@ "keys, all er

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731306798 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/InMemoryKeyValueStore.java ## @@ -72,6 +74,11 @@ public boolean isOpen() {

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731306180 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/InMemoryKeyValueStore.java ## @@ -72,6 +74,11 @@ public boolean isOpen() {

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731305800 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/StoreQueryUtils.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache Sof

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731304826 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/StateStore.java ## @@ -119,4 +122,8 @@ default void init(final StateStoreContext

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731304471 ## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ## @@ -1715,4 +1723,93 @@ protected void processStreamThread(final Consum

[GitHub] [kafka] vvcephei commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731303102 ## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ## @@ -40,64 +71,41 @@ import org.apache.kafka.common.utils.LogContext;

[jira] [Commented] (KAFKA-12473) Make the "cooperative-sticky, range" as the default assignor

2021-10-18 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430218#comment-17430218 ] A. Sophie Blee-Goldman commented on KAFKA-12473: Yeah, that's been put o

[GitHub] [kafka] vvcephei merged pull request #11356: KAFKA-10539: Convert KStreamImpl joins to new PAPI

2021-10-18 Thread GitBox
vvcephei merged pull request #11356: URL: https://github.com/apache/kafka/pull/11356 -- 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] ableegoldman commented on pull request #11211: KAFKA-12960: Enforcing strict retention time for WindowStore and Sess…

2021-10-18 Thread GitBox
ableegoldman commented on pull request #11211: URL: https://github.com/apache/kafka/pull/11211#issuecomment-946147359 Yeah, any change to the public interface is going to require a KIP. And tbh the state store interface is already messy enough, I think we should try to avoid adding anythin

[GitHub] [kafka] vvcephei commented on pull request #11356: KAFKA-10539: Convert KStreamImpl joins to new PAPI

2021-10-18 Thread GitBox
vvcephei commented on pull request #11356: URL: https://github.com/apache/kafka/pull/11356#issuecomment-946141243 Test failure was unrelated. -- 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] vvcephei commented on a change in pull request #11405: KAFKA-12648: Wrap all exceptions thrown to handler as StreamsException & add TaskId field

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11405: URL: https://github.com/apache/kafka/pull/11405#discussion_r731269776 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractTask.java ## @@ -168,11 +167,15 @@ public void maybeInitTaskTim

[GitHub] [kafka] ableegoldman commented on pull request #11381: KAFKA-12648: allow users to set a StreamsUncaughtExceptionHandler on individual named topologies

2021-10-18 Thread GitBox
ableegoldman commented on pull request #11381: URL: https://github.com/apache/kafka/pull/11381#issuecomment-946108493 Closing in favor of https://github.com/apache/kafka/pull/11405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [kafka] ableegoldman closed pull request #11381: KAFKA-12648: allow users to set a StreamsUncaughtExceptionHandler on individual named topologies

2021-10-18 Thread GitBox
ableegoldman closed pull request #11381: URL: https://github.com/apache/kafka/pull/11381 -- 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-unsu

[GitHub] [kafka] vvcephei commented on a change in pull request #11405: KAFKA-12648: Wrap all exceptions thrown to handler as StreamsException & add TaskId field

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11405: URL: https://github.com/apache/kafka/pull/11405#discussion_r731235333 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractTask.java ## @@ -168,11 +167,15 @@ public void maybeInitTaskTim

[GitHub] [kafka] vvcephei opened a new pull request #11411: MINOR: Clarify acceptable recovery lag config doc

2021-10-18 Thread GitBox
vvcephei opened a new pull request #11411: URL: https://github.com/apache/kafka/pull/11411 Clarify a misleading config description. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -

[jira] [Updated] (KAFKA-12477) Smart rebalancing with dynamic protocol selection

2021-10-18 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-12477: --- Fix Version/s: (was: 3.1.0) > Smart rebalancing with dynamic protocol se

[jira] [Updated] (KAFKA-12473) Make the "cooperative-sticky, range" as the default assignor

2021-10-18 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-12473: --- Fix Version/s: (was: 3.1.0) > Make the "cooperative-sticky, range" as th

[jira] [Commented] (KAFKA-7632) Support Compression Level

2021-10-18 Thread Dongjin Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430082#comment-17430082 ] Dongjin Lee commented on KAFKA-7632: [~dajac] Agree. It seems like it was mistakenly

[GitHub] [kafka] vvcephei commented on a change in pull request #11356: [KAFKA-10539] Convert KStreamImpl joins to new PAPI

2021-10-18 Thread GitBox
vvcephei commented on a change in pull request #11356: URL: https://github.com/apache/kafka/pull/11356#discussion_r730987030 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoin.java ## @@ -200,11 +217,11 @@ private void emitNonJoin

[GitHub] [kafka] viktorsomogyi commented on pull request #11409: MINOR: Rename LeaderChangeBatch in test source

2021-10-18 Thread GitBox
viktorsomogyi commented on pull request #11409: URL: https://github.com/apache/kafka/pull/11409#issuecomment-945814292 The exception that failed our CI for reference: ``` 03:27:58 [JaCoCo plugin] Loading inclusions files.. 03:27:58 [JaCoCo plugin] inclusions: [**/*.class] 03:27:5

[GitHub] [kafka] C0urante commented on a change in pull request #10907: KAFKA-10000: Exactly-once support for source connectors (KIP-618)

2021-10-18 Thread GitBox
C0urante commented on a change in pull request #10907: URL: https://github.com/apache/kafka/pull/10907#discussion_r730964164 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedConfig.java ## @@ -192,6 +198,19 @@ public stat

[GitHub] [kafka] viktorsomogyi opened a new pull request #11409: MINOR: Rename LeaderChangeBatch in test source

2021-10-18 Thread GitBox
viktorsomogyi opened a new pull request #11409: URL: https://github.com/apache/kafka/pull/11409 Jacoco plugin in our CI fails because LeaderChangeBatch is present in both the main and test sources so this commit renames it to TestLeaderChangeBatch. ### Committer Checklist (exclu

[jira] [Created] (KAFKA-13382) Automatic storage formatting

2021-10-18 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-13382: --- Summary: Automatic storage formatting Key: KAFKA-13382 URL: https://issues.apache.org/jira/browse/KAFKA-13382 Project: Kafka Issue Type: Improvement

[GitHub] [kafka] patrickstuedi commented on a change in pull request #11406: POC: Drafting improvements for Interactive Query

2021-10-18 Thread GitBox
patrickstuedi commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r730851673 ## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ## @@ -40,64 +71,41 @@ import org.apache.kafka.common.utils.LogConte

[jira] [Assigned] (KAFKA-13370) Offset commit failure percentage metric is not computed correctly (regression)

2021-10-18 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-13370: - Assignee: Luke Chen > Offset commit failure percentage metric is not computed correctly (regres

[jira] [Resolved] (KAFKA-13372) failed authentication due to: SSL handshake failed

2021-10-18 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-13372. --- Resolution: Resolved > failed authentication due to: SSL handshake failed >

[GitHub] [kafka] showuon commented on pull request #11408: KAFKA-13374: update doc to allow read from leader/followers

2021-10-18 Thread GitBox
showuon commented on pull request #11408: URL: https://github.com/apache/kafka/pull/11408#issuecomment-945725487 @mumrah @hachikuji , please take a look at the 1 line change PR. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [kafka] showuon opened a new pull request #11408: KAFKA-13374: update doc to allow read from leader/followers

2021-10-18 Thread GitBox
showuon opened a new pull request #11408: URL: https://github.com/apache/kafka/pull/11408 After KIP-392, we allow consumers to fetch data from leader or followers. Update the doc. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [

[jira] [Assigned] (KAFKA-13374) [Docs] - All reads from the leader of the partition even after KIP-392?

2021-10-18 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-13374: - Assignee: Luke Chen > [Docs] - All reads from the leader of the partition even after KIP-392? >

[GitHub] [kafka] showuon commented on pull request #11242: [WIP] MINOR: POC for KIP-591: Add config to set default store impl class

2021-10-18 Thread GitBox
showuon commented on pull request #11242: URL: https://github.com/apache/kafka/pull/11242#issuecomment-945709251 @mjsax @vvcephei , please take a look when available and let us know your thoughts. Thank you. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [kafka] astubbs commented on pull request #11404: MINOR: update Kafka Streams standby task config

2021-10-18 Thread GitBox
astubbs commented on pull request #11404: URL: https://github.com/apache/kafka/pull/11404#issuecomment-945675007 Only other suggestion would be to actually reference / mention the section for resiliency at the top of the page? So that people know it exists. People don't typically read an e

[GitHub] [kafka] astubbs commented on a change in pull request #11404: MINOR: update Kafka Streams standby task config

2021-10-18 Thread GitBox
astubbs commented on a change in pull request #11404: URL: https://github.com/apache/kafka/pull/11404#discussion_r730827598 ## File path: docs/streams/developer-guide/config-streams.html ## @@ -680,14 +680,18 @@ default.windowed.value.serde.innerState section. + +

[GitHub] [kafka] showuon commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-18 Thread GitBox
showuon commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r730765761 ## File path: clients/src/main/java/org/apache/kafka/common/requests/DescribeUserScramCredentialsRequest.java ## @@ -66,8 +66,15 @@ public DescribeUserSc

[GitHub] [kafka] vamossagar12 commented on pull request #11211: KAFKA-12960: Enforcing strict retention time for WindowStore and Sess…

2021-10-18 Thread GitBox
vamossagar12 commented on pull request #11211: URL: https://github.com/apache/kafka/pull/11211#issuecomment-945605092 1) That's correct @showuon, the `wrapped().persistent()` may not apply to custom in-memory stores. The only reason that check's there is that the InMemoryStateStore already

[GitHub] [kafka] showuon commented on a change in pull request #11403: MINOR: Remove topic null check from `TopicIdPartition` and adjust constructor order

2021-10-18 Thread GitBox
showuon commented on a change in pull request #11403: URL: https://github.com/apache/kafka/pull/11403#discussion_r730753939 ## File path: clients/src/main/java/org/apache/kafka/common/TopicIdPartition.java ## @@ -47,7 +58,7 @@ public Uuid topicId() { } /** - * @

[GitHub] [kafka] showuon commented on a change in pull request #11404: MINOR: update Kafka Streams standby task config

2021-10-18 Thread GitBox
showuon commented on a change in pull request #11404: URL: https://github.com/apache/kafka/pull/11404#discussion_r730742444 ## File path: docs/streams/developer-guide/config-streams.html ## @@ -1025,12 +1034,19 @@ acksreplication.factor See the descript

[GitHub] [kafka] mimaison merged pull request #11298: MINOR: "partition" typos and method doc arg fix

2021-10-18 Thread GitBox
mimaison merged pull request #11298: URL: https://github.com/apache/kafka/pull/11298 -- 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] mimaison merged pull request #11282: MINOR: Fix redundant static modifier for Ops enum

2021-10-18 Thread GitBox
mimaison merged pull request #11282: URL: https://github.com/apache/kafka/pull/11282 -- 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] mimaison commented on pull request #11277: KAFKA-13244: Control Which Brokers Host Partitions of Newly Created Topics

2021-10-18 Thread GitBox
mimaison commented on pull request #11277: URL: https://github.com/apache/kafka/pull/11277#issuecomment-945527467 Thanks @mjaschob-twilio for the PR. As this is adding new configurations and interfaces, this requires a [KIP](https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Imp

[GitHub] [kafka] mimaison commented on pull request #11322: smt to rename schemas based on regex

2021-10-18 Thread GitBox
mimaison commented on pull request #11322: URL: https://github.com/apache/kafka/pull/11322#issuecomment-945507100 Thanks @msillence for this PR. As this is adding a new SMT, you need to submit a [KIP](https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals).

[GitHub] [kafka] mimaison commented on pull request #11377: MINOR: Use try-with-resource to close the stream opened by Files.list()

2021-10-18 Thread GitBox
mimaison commented on pull request #11377: URL: https://github.com/apache/kafka/pull/11377#issuecomment-945495489 Thanks for the PR but it looks like this has already been fixed in https://github.com/apache/kafka/pull/11397 -- This is an automated message from the Apache Git Service. To

[GitHub] [kafka] mimaison merged pull request #11407: MINOR: fix typo in README.md

2021-10-18 Thread GitBox
mimaison merged pull request #11407: URL: https://github.com/apache/kafka/pull/11407 -- 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-13284) Use sftp protocol in release.py to upload release candidate artifacts

2021-10-18 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-13284. Resolution: Fixed > Use sftp protocol in release.py to upload release candidate artifacts

[GitHub] [kafka] mimaison merged pull request #11394: KAFKA-13284: Use sftp to upload artifacts in release.py

2021-10-18 Thread GitBox
mimaison merged pull request #11394: URL: https://github.com/apache/kafka/pull/11394 -- 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] [Commented] (KAFKA-12473) Make the "cooperative-sticky, range" as the default assignor

2021-10-18 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429861#comment-17429861 ] Luke Chen commented on KAFKA-12473: --- [~ableegoldman], I think we should remove the tar

[jira] [Commented] (KAFKA-7632) Support Compression Level

2021-10-18 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429860#comment-17429860 ] David Jacot commented on KAFKA-7632: [~dongjin] Why do we consider this issue as a bl

[jira] [Commented] (KAFKA-10733) Enforce exception thrown for KafkaProducer txn APIs

2021-10-18 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429856#comment-17429856 ] David Jacot commented on KAFKA-10733: - [~bchen225242] Do we plan to get this on in 3

[jira] [Commented] (KAFKA-12473) Make the "cooperative-sticky, range" as the default assignor

2021-10-18 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429853#comment-17429853 ] David Jacot commented on KAFKA-12473: - [~showuon] [~ableegoldman] I am triaging the

[jira] [Assigned] (KAFKA-12606) Some improvements for produce record validation

2021-10-18 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-12606: - Assignee: Luke Chen > Some improvements for produce record validation > ---

[GitHub] [kafka] showuon commented on a change in pull request #11211: KAFKA-12960: Enforcing strict retention time for WindowStore and Sess…

2021-10-18 Thread GitBox
showuon commented on a change in pull request #11211: URL: https://github.com/apache/kafka/pull/11211#discussion_r730618511 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredSessionStore.java ## @@ -239,9 +254,31 @@ public V fetchSession(final