[jira] [Created] (KAFKA-13288) Transaction find-hanging command with --broker-id excludes internal topics

2021-09-09 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-13288: --- Summary: Transaction find-hanging command with --broker-id excludes internal topics Key: KAFKA-13288 URL: https://issues.apache.org/jira/browse/KAFKA-13288

Re: [DISCUSS] KIP-767 Connect Latency Metrics

2021-09-09 Thread Jordan Bull
Hey Chris, Thanks for jumping in! I have been using the consumer lag as an indicator for some time, but when measured directly at the consumer, it will not factor in the time that Connect actually spends transforming and sending the messages. This is certainly useful for measuring if the

Re: [DISCUSS] KIP-770: Replace "buffered.records.per.partition" with "input.buffer.max.bytes"

2021-09-09 Thread Matthias J. Sax
Thanks for the KIP. There was some discussion about adding a metric on the thread, but the KIP does not contain anything about it. Did we drop this suggestion or was the KIP not updated accordingly? Nit: > This would be a global config applicable per processing topology Can we change this to

Re: [VOTE] 3.0.0 RC2

2021-09-09 Thread Bill Bejeck
Hi Konstantine, I've started to do the validation for the release and the link for docs doesn't work. Thanks, Bill On Wed, Sep 8, 2021 at 5:59 PM Konstantine Karantasis < kkaranta...@apache.org> wrote: > Hello again Kafka users, developers and client-developers, > > This is the third candidate

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #463

2021-09-09 Thread Apache Jenkins Server
See Changes: -- [...truncated 489453 lines...] [2021-09-09T21:06:40.938Z] [INFO] Installing /home/jenkins/workspace/Kafka_kafka_trunk/streams/quickstart/java/pom.xml to

[jira] [Created] (KAFKA-13287) Upgrade RocksDB to 6.22.1.1

2021-09-09 Thread Bruno Cadonna (Jira)
Bruno Cadonna created KAFKA-13287: - Summary: Upgrade RocksDB to 6.22.1.1 Key: KAFKA-13287 URL: https://issues.apache.org/jira/browse/KAFKA-13287 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-13286) Revisit Streams State Store and Serde Implementation

2021-09-09 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-13286: - Summary: Revisit Streams State Store and Serde Implementation Key: KAFKA-13286 URL: https://issues.apache.org/jira/browse/KAFKA-13286 Project: Kafka Issue

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #462

2021-09-09 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] bbejeck merged pull request #371: Added select KS APAC & EU 2021 videos

2021-09-09 Thread GitBox
bbejeck merged pull request #371: URL: https://github.com/apache/kafka-site/pull/371 -- 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] [Resolved] (KAFKA-12988) Change RLMM add/updateRemoteLogSegmentMetadata and putRemotePartitionDeleteMetadata APIS asynchronous.

2021-09-09 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-12988. - Fix Version/s: 3.1.0 Resolution: Fixed merged the PR to trunk. > Change RLMM

[jira] [Resolved] (KAFKA-10542) Convert KTable maps to new PAPI

2021-09-09 Thread Jorge Esteban Quilcate Otoya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Esteban Quilcate Otoya resolved KAFKA-10542. -- Resolution: Fixed https://github.com/apache/kafka/pull/11099

[jira] [Resolved] (KAFKA-13201) Convert KTable suppress to new PAPI

2021-09-09 Thread Jorge Esteban Quilcate Otoya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Esteban Quilcate Otoya resolved KAFKA-13201. -- Resolution: Fixed https://github.com/apache/kafka/pull/11213

[jira] [Resolved] (KAFKA-13256) Possible NPE in ConfigDef when rendering (enriched) RST or HTML when documentation is not set/NULL

2021-09-09 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-13256. Fix Version/s: 3.1.0 Resolution: Fixed > Possible NPE in ConfigDef when rendering

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 2.8 #79

2021-09-09 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-774: Deprecate public access to Admin client's *Result constructors

2021-09-09 Thread Josep Prat
Hi Tom, Thanks for your elaborate explanation. I agree with you, it doesn't seem like the best option right now. Thanks for updating the KIP with this rejected alternative. Best, ——— Josep Prat Aiven Deutschland GmbH Immanuelkirchstraße 26, 10405 Berlin Amtsgericht Charlottenburg, HRB 209739

Re: [DISCUSS] KIP-774: Deprecate public access to Admin client's *Result constructors

2021-09-09 Thread Tom Bentley
Hi Josep, Thanks for the question! I did consider it briefly: * As you mention, it would also be quite a lot more code (interfaces + impls) for relatively small protection. * It wouldn't simplify life for people wanting to mock the Admin client. It would break code at runtime for people who (for

Re: [DISCUSS] KIP-774: Deprecate public access to Admin client's *Result constructors

2021-09-09 Thread Josep Prat
Hi Tom, Thanks for the KIP, I have one question. Have you considered converting those classes to interfaces? This would also solve the problem. I must admit that the change is way bigger this way, but I would argue it offers a cleaner distinction and it offers more safety against mistakenly making

[DISCUSS] KIP-774: Deprecate public access to Admin client's *Result constructors

2021-09-09 Thread Tom Bentley
Hi, I've written a small KIP-774 that proposes to deprecate public access to the Admin client's *Result constructors: https://cwiki.apache.org/confluence/display/KAFKA/KIP-774%3A+Deprecate+public+access+to+Admin+client%27s+*Result+constructors I'd be grateful for any comments you may have. Kind

[jira] [Created] (KAFKA-13285) Use consistent access modifier for Admin clients Result classes

2021-09-09 Thread Tom Bentley (Jira)
Tom Bentley created KAFKA-13285: --- Summary: Use consistent access modifier for Admin clients Result classes Key: KAFKA-13285 URL: https://issues.apache.org/jira/browse/KAFKA-13285 Project: Kafka

Build failed in Jenkins: Kafka » kafka-2.7-jdk8 #178

2021-09-09 Thread Apache Jenkins Server
See Changes: [Konstantine Karantasis] MINOR: Remove unsupported rsync and ssh commands from release.py (#11309) -- [...truncated 6.91 MB...]

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 2.8 #78

2021-09-09 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.0 #131

2021-09-09 Thread Apache Jenkins Server
See