[jira] [Commented] (KAFKA-14922) kafka-streams-application-reset deletes topics not belonging to specified application-id

2024-10-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17887030#comment-17887030 ] Matthias J. Sax commented on KAFKA-14922: - We did label it for newbies

[jira] [Commented] (KAFKA-14922) kafka-streams-application-reset deletes topics not belonging to specified application-id

2024-10-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886820#comment-17886820 ] Matthias J. Sax commented on KAFKA-14922: - That's fair points – gues

Re: [DISCUSS] KIP-655: Add deduplication processor in kafka-streams

2024-10-03 Thread Matthias J. Sax
cs, which would make it clearer that it's more suitable to have longer dedup-intervals. Best, Ayoub Le sam. 31 août 2024 à 03:50, Matthias J. Sax a écrit : Thanks for updating the KIP. A few comments/question: (100): For `deduplicateByKey(...)` the input stre

Re: [VOTE]: KIP-1050: Consistent error handling for Transactions

2024-10-03 Thread Matthias J. Sax
Thanks for updating the KIP. Very happy to see this moving forward! +1 (binding). On 8/26/24 9:54 AM, Justine Olshan wrote: +1 from me Thanks, Justine On Sun, Aug 25, 2024 at 11:54 PM Kaushik Raina wrote: Hi everyone, I would like to start a voting thread for KIP-1050: Consistent error ha

Re: [DISCUSS] KIP-1081: Graduation Steps for Features

2024-10-03 Thread Matthias J. Sax
wrote: Hi all! I did come around and wrote the feedback pending in the KIP itself. Please take another read! I added a section attempting to define the term "usable". Also I applied the feedback. Thanks! On Wed, Sep 4, 2024 at 1:34 AM Colin McCabe wrote: On Fri, Aug 30, 2024, a

Re: [VOTE] KIP-1094 Add a new constructor method with nextOffsets to ConsumerRecords

2024-10-03 Thread Matthias J. Sax
+1 (binding) On 10/3/24 4:35 PM, Kirk True wrote: +1 (non-binding) On Wed, Oct 2, 2024, at 12:41 PM, Alieh Saeedi wrote: Hi all I would like to call a vote for KIP-1094. Please take a moment to review the proposal and submit your vote. KIP: https://cwiki.apache.org/confluence/display/KAFKA/K

Re: [DISCUSS] KIP-1088: Replace KafkaClientSupplier with KafkaClientInterceptor

2024-10-03 Thread Matthias J. Sax
having a valid KafkaConsumer implementation, which is dependent on having a valid cluster it can connect to...no? I really think it would help to at least outline what these internal methods are. Right now I'm assuming they are going to result in the consumer sending an RPC or taking some o

[jira] [Updated] (KAFKA-17697) Fix flaky DefaultStateUpdaterTest.shouldRestoreSingleActiveStatefulTask

2024-10-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17697: Component/s: streams unit tests > Fix fl

[jira] [Commented] (KAFKA-17580) Java 21 spurious compilation failure in streams:compileTestJava

2024-10-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886504#comment-17886504 ] Matthias J. Sax commented on KAFKA-17580: - [~davidarthur] – did we see

[jira] [Resolved] (KAFKA-17408) Fix flaky testShouldCountClicksPerRegionWithNamedRepartitionTopic

2024-10-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17408. - Resolution: Won't Fix Seem the root cause if the issue is some ZK connectivity

[jira] [Resolved] (KAFKA-17408) Fix flaky testShouldCountClicksPerRegionWithNamedRepartitionTopic

2024-10-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17408. - Resolution: Won't Fix Seem the root cause if the issue is some ZK connectivity

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-10-01 Thread Matthias J. Sax
can evolve independently based on the specific needs of the Consumer and Kafka Streams without introducing unnecessary complexity. Best, TengYao Matthias J. Sax 於 2024年10月1日 週二 上午7:38寫道: Sophie, yes, that a fair summary, and yes, it was only an alternative idea for the case that people think,

[jira] [Commented] (KAFKA-17649) Remove none-StateUpdater Code

2024-10-01 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886245#comment-17886245 ] Matthias J. Sax commented on KAFKA-17649: - [~linu] – thanks for your inte

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-30 Thread Matthias J. Sax
/30/24 4:32 PM, Matthias J. Sax wrote: Kirk, I think good API design principle is to expose the minimum require API to users, and users don't need getters, that's why we don't have any getters in the KS config object classes. Getters are only needed internally. From an impl PO

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-30 Thread Matthias J. Sax
ith" prefix makes it easier to search for setters within the option class Any feedback? Btw: I was also wondering, if we should re-use the new consumer `CloseOption` class for `KafkaStreams#close()` and deprecate the KS `CloseOption` class? Not sure. Just another "random" idea.

Re: [VOTE] KIP-1076: Metrics for client applications a KIP-714 extension

2024-09-30 Thread Matthias J. Sax
n Tue, Sep 3, 2024 at 1:54 PM Apoorv Mittal wrote: Thanks for the KIP, looking forward to it. +1 (non-binding) Regards, Apoorv Mittal On Tue, Sep 3, 2024 at 9:00 PM Matthias J. Sax wrote: +1 (binding) On 9/3/24 8:56 AM, Andrew Schofield wrote: Thanks for the KIP. +1 (non-binding) A

Re: [ANNOUNCE] New committer: Kamal Chandraprakash

2024-09-30 Thread Matthias J. Sax
Congrats! On 9/30/24 6:59 AM, Yash Mayya wrote: Congratulations Kamal! On Mon, 30 Sept, 2024, 18:07 Luke Chen, wrote: Hi all, The PMC of Apache Kafka is pleased to announce a new Kafka committer, Kamal Chandraprakash. Kamal has been a Kafka contributor since May 2017. He has made significa

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-30 Thread Matthias J. Sax
if needed. So I think we should have I value the static factory methods for their convenience, allowing users to quickly create an object when they want to set only one option. However, while I don't want to sound repetitive, maintaining a consistent pattern across the API is essential.

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-29 Thread Matthias J. Sax
cially if we can provide comprehensive documentation. This documentation should clearly outline the potential downsides of not sending a LEAVE_REQUEST for dynamic members, ensuring users are well-informed about the implications of their choices. Best, Chia-Ping Matthias J. Sax 於 20

[jira] [Updated] (KAFKA-12823) Remove Deprecated method KStream#through

2024-09-28 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12823: Description: The method through in Java and Scala class KStream was deprecated in version

[jira] [Updated] (KAFKA-12823) Remove Deprecated method KStream#through

2024-09-28 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12823: Component/s: kip > Remove Deprecated method KStream#thro

Re: [DISCUSS] KIP-1094 Add a new constructor method with nextOffsets to ConsumerRecords

2024-09-28 Thread Matthias J. Sax
's making work. Thanks, Andrew ____________ From: Matthias J. Sax Sent: 27 September 2024 18:36 To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1094 Add a new constructor method with nextOffsets to ConsumerRecords Thanks for the KIP Alieh. Deprecating the existing constructo

[jira] [Resolved] (KAFKA-6197) Difficult to get to the Kafka Streams javadocs

2024-09-28 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-6197. Fix Version/s: 4.0.0 Resolution: Fixed > Difficult to get to the Kafka Stre

[jira] [Resolved] (KAFKA-6197) Difficult to get to the Kafka Streams javadocs

2024-09-28 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-6197. Fix Version/s: 4.0.0 Resolution: Fixed > Difficult to get to the Kafka Stre

[jira] [Created] (KAFKA-17649) Remove none-StateUpdater Code

2024-09-28 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17649: --- Summary: Remove none-StateUpdater Code Key: KAFKA-17649 URL: https://issues.apache.org/jira/browse/KAFKA-17649 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-17649) Remove none-StateUpdater Code

2024-09-28 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17649: --- Summary: Remove none-StateUpdater Code Key: KAFKA-17649 URL: https://issues.apache.org/jira/browse/KAFKA-17649 Project: Kafka Issue Type: Task

[jira] [Commented] (KAFKA-16336) Remove Deprecated metric standby-process-ratio

2024-09-28 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885605#comment-17885605 ] Matthias J. Sax commented on KAFKA-16336: - [~frankvicky] – We had

Re: [DISCUSS] KIP-1094 Add a new constructor method with nextOffsets to ConsumerRecords

2024-09-27 Thread Matthias J. Sax
Thanks for the KIP Alieh. Deprecating the existing constructor won't break anybody atm, right? We don't remove the constructor yet. Of course, in 5.0 in the future we would apply this breaking change. While `ConsumerRecord` is a public API, it seems that actual user code should never create

Re: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-27 Thread Matthias J. Sax
Thanks for the KIP. Two questions/comments: 100: Why do we want to distinguish between the classic and the new async consumer? Should they not have the same (user facing) behavior? Or maybe I misunderstand something. Can one catch we up what epoch "-1" vs epoch "-2" means? 101: I think we

[jira] [Commented] (KAFKA-16339) Remove Deprecated "transformer" methods and classes

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885180#comment-17885180 ] Matthias J. Sax commented on KAFKA-16339: - I think it's best to d

[jira] [Commented] (KAFKA-16394) ForeignKey LEFT join propagates null value on foreignKey change

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885177#comment-17885177 ] Matthias J. Sax commented on KAFKA-16394: - Unfortunately not... But thanks

[jira] [Comment Edited] (KAFKA-17445) Kafka streams keeps rebalancing with the following reasons

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881717#comment-17881717 ] Matthias J. Sax edited comment on KAFKA-17445 at 9/27/24 12:3

[jira] [Commented] (KAFKA-17445) Kafka streams keeps rebalancing with the following reasons

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885185#comment-17885185 ] Matthias J. Sax commented on KAFKA-17445: - Thanks for the feedback. Sounds

[jira] [Commented] (KAFKA-14922) kafka-streams-application-reset deletes topics not belonging to specified application-id

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885183#comment-17885183 ] Matthias J. Sax commented on KAFKA-14922: - > Is it possible to chec

[jira] [Commented] (KAFKA-17558) Cleanup Kafka Streams integration tests

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885182#comment-17885182 ] Matthias J. Sax commented on KAFKA-17558: - Sure thing :) – Thanks for

[jira] [Assigned] (KAFKA-17558) Cleanup Kafka Streams integration tests

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-17558: --- Assignee: zhengke zhou > Cleanup Kafka Streams integration te

[jira] [Comment Edited] (KAFKA-14922) kafka-streams-application-reset deletes topics not belonging to specified application-id

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879612#comment-17879612 ] Matthias J. Sax edited comment on KAFKA-14922 at 9/27/24 12:3

[jira] [Commented] (KAFKA-16339) Remove Deprecated "transformer" methods and classes

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885181#comment-17885181 ] Matthias J. Sax commented on KAFKA-16339: - Just realize that you did alr

Re: [VOTE] KIP-1090 Flaky Test Management

2024-09-26 Thread Matthias J. Sax
+1 On 9/26/24 3:38 PM, Chia-Ping Tsai wrote: +1 nit: Could you please add the KIP link to KAFKA-17629 David Arthur 於 2024年9月27日 週五 上午6:31寫道: I would like to call a vote for KIP-1090. Please take a moment to review the proposal and cast your vote. https://cwiki.apache.org/confluence/displa

[jira] [Updated] (KAFKA-17609) Convert Kafka Streams system tests to use KRaft

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17609: Fix Version/s: 4.0.0 > Convert Kafka Streams system tests to use KR

[jira] [Updated] (KAFKA-17609) Convert Kafka Streams system tests to use KRaft

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17609: Priority: Blocker (was: Major) > Convert Kafka Streams system tests to use KR

[jira] [Updated] (KAFKA-17609) Convert Kafka Streams system tests to use KRaft

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17609: Component/s: streams system tests > Convert Kafka Streams system te

[jira] [Updated] (KAFKA-17622) Kafka Streams Timeout During Partition Rebalance

2024-09-26 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17622: Component/s: streams > Kafka Streams Timeout During Partition Rebala

[jira] [Updated] (KAFKA-17600) Add nextOffsets to the ConsumerRecords

2024-09-24 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17600: Component/s: clients consumer > Add nextOffsets to the ConsumerReco

[jira] [Commented] (KAFKA-17551) Remove ForeachProcessor

2024-09-22 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883631#comment-17883631 ] Matthias J. Sax commented on KAFKA-17551: - Thanks for your interes

[jira] [Created] (KAFKA-17558) Cleanup Kafka Streams integration tests

2024-09-16 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17558: --- Summary: Cleanup Kafka Streams integration tests Key: KAFKA-17558 URL: https://issues.apache.org/jira/browse/KAFKA-17558 Project: Kafka Issue Type

[jira] [Created] (KAFKA-17558) Cleanup Kafka Streams integration tests

2024-09-16 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17558: --- Summary: Cleanup Kafka Streams integration tests Key: KAFKA-17558 URL: https://issues.apache.org/jira/browse/KAFKA-17558 Project: Kafka Issue Type

[jira] [Commented] (KAFKA-15662) Implement support for clientInstanceIds in Kafka Stream

2024-09-15 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881878#comment-17881878 ] Matthias J. Sax commented on KAFKA-15662: - The only missing piece was sup

Re: Add Jira ID request

2024-09-15 Thread Matthias J. Sax
You should be all set. On 9/13/24 7:47 PM, 最红 wrote: Hi, I'd like to apply for a jira id to contribute to Kafka. Jira ID: veryfirefly Thank you

[jira] [Commented] (KAFKA-17488) Cleanup (test) code for Kafka Streams "metric version"

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881729#comment-17881729 ] Matthias J. Sax commented on KAFKA-17488: - Yes, that correct. Btw, with re

[jira] [Commented] (KAFKA-17499) Memory leak when using ReadOnlyKeyValueStore `all()` method

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881721#comment-17881721 ] Matthias J. Sax commented on KAFKA-17499: - Thanks for the follow up.

[jira] [Commented] (KAFKA-17445) Kafka streams keeps rebalancing with the following reasons

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881717#comment-17881717 ] Matthias J. Sax commented on KAFKA-17445: - Setting acceptable recovery la

[jira] [Commented] (KAFKA-17299) Kafka Streams consumer stops consumption

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881716#comment-17881716 ] Matthias J. Sax commented on KAFKA-17299: - [~lakshman] – feel free to open

[jira] [Comment Edited] (KAFKA-16339) Remove Deprecated "transformer" methods and classes

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881627#comment-17881627 ] Matthias J. Sax edited comment on KAFKA-16339 at 9/13/24 4:4

[jira] [Assigned] (KAFKA-16339) Remove Deprecated "transformer" methods and classes

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-16339: --- Assignee: João Pedro Fonseca (was: Vrushank Patel) > Remove Depreca

[jira] [Commented] (KAFKA-16339) Remove Deprecated "transformer" methods and classes

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881627#comment-17881627 ] Matthias J. Sax commented on KAFKA-16339: - Seems [~vrushankpatel] did not r

[jira] [Updated] (KAFKA-16337) Remove Deprecates APIs of Kafka Streams in 5.0

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-16337: Affects Version/s: 5.0.0 > Remove Deprecates APIs of Kafka Streams in

[jira] [Updated] (KAFKA-17538) Make deprecated *_DOC variable private/package-private

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17538: Fix Version/s: 5.0.0 > Make deprecated *_DOC variable private/package-priv

[jira] [Updated] (KAFKA-17538) Make deprecated *_DOC variable private/package-private

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17538: Affects Version/s: 5.0.0 > Make deprecated *_DOC variable private/package-priv

[jira] [Commented] (KAFKA-17462) Removes intermediateTopicsOption from StreamsResetter

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881622#comment-17881622 ] Matthias J. Sax commented on KAFKA-17462: - Hi, thanks for your interes

[jira] [Created] (KAFKA-17551) Remove ForeachProcessor

2024-09-13 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17551: --- Summary: Remove ForeachProcessor Key: KAFKA-17551 URL: https://issues.apache.org/jira/browse/KAFKA-17551 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-17551) Remove ForeachProcessor

2024-09-13 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17551: --- Summary: Remove ForeachProcessor Key: KAFKA-17551 URL: https://issues.apache.org/jira/browse/KAFKA-17551 Project: Kafka Issue Type: Sub-task

[jira] [Updated] (KAFKA-17537) Remove deprecates methods from Joined class

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17537: Fix Version/s: 5.0.0 > Remove deprecates methods from Joined cl

[jira] [Updated] (KAFKA-17281) Remove old PAPI methods

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17281: Fix Version/s: 5.0.0 > Remove old PAPI meth

[jira] [Updated] (KAFKA-17531) Remove deprecates methods JoinWindows#of and #grace

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17531: Fix Version/s: 5.0.0 > Remove deprecates methods JoinWindows#of and #gr

[jira] [Updated] (KAFKA-17280) Remove deprecated methods from DeserializationExceptionHandler as ProductionExceptionHandler

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17280: Fix Version/s: 5.0.0 > Remove deprecated methods from DeserializationExceptionHandler

[jira] [Updated] (KAFKA-17280) Remove deprecated methods from DeserializationExceptionHandler as ProductionExceptionHandler

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17280: Affects Version/s: 5.0.0 > Remove deprecated methods from DeserializationExceptionHand

[jira] [Updated] (KAFKA-17462) Removes intermediateTopicsOption from StreamsResetter

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17462: Fix Version/s: 5.0.0 > Removes intermediateTopicsOption from StreamsReset

[jira] [Updated] (KAFKA-17537) Remove deprecates methods from Joined class

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17537: Affects Version/s: 5.0.0 > Remove deprecates methods from Joined cl

[jira] [Updated] (KAFKA-17281) Remove old PAPI methods

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17281: Affects Version/s: 5.0.0 > Remove old PAPI meth

[jira] [Updated] (KAFKA-16338) Removed Deprecated configs from StreamsConfig

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-16338: Affects Version/s: 5.0.0 > Removed Deprecated configs from StreamsCon

[jira] [Commented] (KAFKA-17531) Remove deprecates methods JoinWindows#of and #grace

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881618#comment-17881618 ] Matthias J. Sax commented on KAFKA-17531: - We cannot work on this ticket –

[jira] [Updated] (KAFKA-17527) Kafka Streams fails with NPE for missing RecordContext

2024-09-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17527: Fix Version/s: 3.9.0 > Kafka Streams fails with NPE for missing RecordCont

[jira] [Closed] (KAFKA-8666) Improve Documentation on usage of Materialized config object

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax closed KAFKA-8666. -- > Improve Documentation on usage of Materialized config obj

[jira] [Commented] (KAFKA-8666) Improve Documentation on usage of Materialized config object

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881388#comment-17881388 ] Matthias J. Sax commented on KAFKA-8666: Sure. We use "Resolved&quo

[jira] [Resolved] (KAFKA-17427) Fix leaking *_DOC variables in StreamsConfig

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17427. - Fix Version/s: 4.0.0 Resolution: Fixed > Fix leaking *_DOC variables

[jira] [Resolved] (KAFKA-17427) Fix leaking *_DOC variables in StreamsConfig

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17427. - Fix Version/s: 4.0.0 Resolution: Fixed > Fix leaking *_DOC variables

[jira] [Updated] (KAFKA-17538) Make deprecated *_DOC variable private/package-private

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17538: Summary: Make deprecated *_DOC variable private/package-private (was: Make deprecated

[jira] [Created] (KAFKA-17538) Make deprecated *_DOC variable private/package-privste

2024-09-12 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17538: --- Summary: Make deprecated *_DOC variable private/package-privste Key: KAFKA-17538 URL: https://issues.apache.org/jira/browse/KAFKA-17538 Project: Kafka

[jira] [Created] (KAFKA-17538) Make deprecated *_DOC variable private/package-privste

2024-09-12 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17538: --- Summary: Make deprecated *_DOC variable private/package-privste Key: KAFKA-17538 URL: https://issues.apache.org/jira/browse/KAFKA-17538 Project: Kafka

[jira] [Updated] (KAFKA-17427) Fix leaking *_DOC variables in StreamsConfig

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17427: Description: StreamsConfigs has two variables per config, one for the config name and one

[jira] [Updated] (KAFKA-17427) Fix leaking *_DOC variables in StreamsConfig

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17427: Labels: kip (was: needs-kip) > Fix leaking *_DOC variables in StreamsCon

[jira] [Created] (KAFKA-17537) Remove deprecates methods from Joined class

2024-09-12 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17537: --- Summary: Remove deprecates methods from Joined class Key: KAFKA-17537 URL: https://issues.apache.org/jira/browse/KAFKA-17537 Project: Kafka Issue Type

[jira] [Created] (KAFKA-17537) Remove deprecates methods from Joined class

2024-09-12 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17537: --- Summary: Remove deprecates methods from Joined class Key: KAFKA-17537 URL: https://issues.apache.org/jira/browse/KAFKA-17537 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17253. - Fix Version/s: 4.0.0 Resolution: Fixed > Remove leaking getter methods in Joi

[jira] [Resolved] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-09-12 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-17253. - Fix Version/s: 4.0.0 Resolution: Fixed > Remove leaking getter methods in Joi

[jira] [Updated] (KAFKA-12829) Remove Deprecated methods can classes of old Processor API

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12829: Description: The following methods were deprecated in version 2.7

[jira] [Resolved] (KAFKA-16332) Remove Deprecated builder methods for Time/Session/Join/SlidingWindows

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-16332. - Resolution: Fixed > Remove Deprecated builder methods for Time/Session/J

[jira] [Resolved] (KAFKA-16332) Remove Deprecated builder methods for Time/Session/Join/SlidingWindows

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-16332. - Resolution: Fixed > Remove Deprecated builder methods for Time/Session/J

[jira] [Comment Edited] (KAFKA-16332) Remove Deprecated builder methods for Time/Session/Join/SlidingWindows

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881126#comment-17881126 ] Matthias J. Sax edited comment on KAFKA-16332 at 9/11/24 9:0

[jira] [Commented] (KAFKA-16332) Remove Deprecated builder methods for Time/Session/Join/SlidingWindows

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881126#comment-17881126 ] Matthias J. Sax commented on KAFKA-16332: - Filed https://issues.apache.org/

[jira] [Updated] (KAFKA-16332) Remove Deprecated builder methods for Time/Session/Join/SlidingWindows

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-16332: Description: Deprecated in 3.0: [https://cwiki.apache.org/confluence/display/KAFKA/KIP

[jira] [Created] (KAFKA-17531) Remove deprecates methods JoinWindows#of and #grace

2024-09-11 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17531: --- Summary: Remove deprecates methods JoinWindows#of and #grace Key: KAFKA-17531 URL: https://issues.apache.org/jira/browse/KAFKA-17531 Project: Kafka

[jira] [Created] (KAFKA-17531) Remove deprecates methods JoinWindows#of and #grace

2024-09-11 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17531: --- Summary: Remove deprecates methods JoinWindows#of and #grace Key: KAFKA-17531 URL: https://issues.apache.org/jira/browse/KAFKA-17531 Project: Kafka

[jira] [Commented] (KAFKA-17524) StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881115#comment-17881115 ] Matthias J. Sax commented on KAFKA-17524: - My PR is not really a fix yet

[jira] [Assigned] (KAFKA-17524) StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-17524: --- Assignee: (was: Matthias J. Sax) > StreamThreadT

[jira] [Updated] (KAFKA-17524) StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17524: Component/s: streams unit tests > StreamThreadT

[jira] [Assigned] (KAFKA-17527) Kafka Streams fails with NPE for missing RecordContext

2024-09-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-17527: --- Assignee: Matthias J. Sax > Kafka Streams fails with NPE for missing RecordCont

Re: New release branch 3.9

2024-09-11 Thread Matthias J. Sax
Hi Colin, we found another blocker bug: https://issues.apache.org/jira/browse/KAFKA-17527 Working on a fix. -Matthias On 9/9/24 6:51 PM, David Arthur wrote: Colin, I found a race condition in the migration while investigating a flaky test. If encountered, the migration driver will get stu

[jira] [Created] (KAFKA-17527) Kafka Streams fails with NPE for missing RecordContext

2024-09-11 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17527: --- Summary: Kafka Streams fails with NPE for missing RecordContext Key: KAFKA-17527 URL: https://issues.apache.org/jira/browse/KAFKA-17527 Project: Kafka

  1   2   3   4   5   6   7   8   9   10   >