Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #376

2021-07-29 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-4064) Add support for infinite endpoints for range queries in Kafka Streams KV stores

2021-07-29 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-4064. - Fix Version/s: 3.1.0 Resolution: Fixed > Add support for infinite endpoints for range

Build failed in Jenkins: Kafka » kafka-2.6-jdk8 #130

2021-07-29 Thread Apache Jenkins Server
See Changes: [Jason Gustafson] KAFKA-13099; Transactional expiration should account for max batch size (#11098) -- [...truncated 6.36 MB...]

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #375

2021-07-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-2.5-jdk8 #50

2021-07-29 Thread Apache Jenkins Server
See Changes: [Jason Gustafson] KAFKA-13099; Transactional expiration should account for max batch size (#11098) -- [...truncated 3.11 MB...]

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

2021-07-29 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #374

2021-07-29 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 3.0.0 release plan with new updated dates

2021-07-29 Thread Konstantine Karantasis
Thanks for reporting this issue Ryan. I believe what you mention corresponds to the ticket you created here: https://issues.apache.org/jira/projects/KAFKA/issues/KAFKA-13151 What happens if the configurations are present but the broker doesn't fail at startup when configured to run in KRaft

[jira] [Resolved] (KAFKA-13132) Upgrading to topic IDs in LISR requests has gaps introduced in 3.0

2021-07-29 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-13132. - Resolution: Fixed > Upgrading to topic IDs in LISR requests has gaps introduced in 3.0

Re: [DISCUSS] Apache Kafka 3.0.0 release plan with new updated dates

2021-07-29 Thread Ryan Dielhenn
Hi, Disregard log.clean.policy being included in this blocker. Best, Ryan Dielhenn On Thu, Jul 29, 2021 at 2:38 PM Ryan Dielhenn wrote: > Hey Konstantine, > > I'd like to report another bug in KRaft. > > log.cleanup.policy, alter.config.policy.class.name, and > create.topic.policy.class.name

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.0 #71

2021-07-29 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 3.0.0 release plan with new updated dates

2021-07-29 Thread Ryan Dielhenn
Hey Konstantine, I'd like to report another bug in KRaft. log.cleanup.policy, alter.config.policy.class.name, and create.topic.policy.class.name are all unsupported by KRaft but KRaft servers allow them to be configured. I believe this should be considered a blocker and that KRaft servers should

[jira] [Created] (KAFKA-13151) KRaft does not support Policies (e.g. AlterConfigPolicy). The server should fail startup if any are configured.

2021-07-29 Thread Ryan Dielhenn (Jira)
Ryan Dielhenn created KAFKA-13151: - Summary: KRaft does not support Policies (e.g. AlterConfigPolicy). The server should fail startup if any are configured. Key: KAFKA-13151 URL:

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #373

2021-07-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.0 #70

2021-07-29 Thread Apache Jenkins Server
See Changes: -- [...truncated 420594 lines...] [2021-07-29T19:32:44.276Z] > Task :raft:testClasses UP-TO-DATE [2021-07-29T19:32:44.276Z] > Task :connect:json:testJar

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #372

2021-07-29 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-13150) How is Kafkastream configured to consume data from a specified offset ?

2021-07-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman resolved KAFKA-13150. Resolution: Invalid > How is Kafkastream configured to consume data from

[jira] [Resolved] (KAFKA-9858) CVE-2016-3189 Use-after-free vulnerability in bzip2recover in bzip2 1.0.6 allows remote attackers to cause a denial of service (crash) via a crafted bzip2 file, related

2021-07-29 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-9858. -- Fix Version/s: 3.0.0 Resolution: Fixed > CVE-2016-3189 Use-after-free vulnerability in

Re: Mirror Maker 2 - High Throughput Identity Mirroring

2021-07-29 Thread Ryanne Dolan
Jamie, this would depend on KIP-712 (or similar) aka "shallow mirroring". This is a work in progress, but I'm optimistic it'll happen at some point. ftr, "IdentityReplicationPolicy" has landed for the upcoming release, tho "identity" in that context just means that topics aren't renamed. Ryanne

Mirror Maker 2 - High Throughput Identity Mirroring

2021-07-29 Thread Jamie
Hi All,  This blog post: https://blog.cloudera.com/a-look-inside-kafka-mirrormaker-2/ mentions that "High Throughput Identity Mirroring" (when the compression is the same in both the source and destination cluster) will soon be coming to MM2 which would avoid the MM2 consumer decompressing the

[jira] [Resolved] (KAFKA-13143) Disable Metadata endpoint for KRaft controller

2021-07-29 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-13143. - Resolution: Fixed > Disable Metadata endpoint for KRaft controller >

UI bug : Overlapping screen

2021-07-29 Thread soni goyal
Hi team, I have been going through Kafka documentation for my project requirements and when I navigated to this screen, I got this scrollbar section of the left section overlapping on screen with the right content area which I probably think, shouldn't happen. screen size is 967px X 577px. Can

[jira] [Created] (KAFKA-13150) How is Kafkastream configured to consume data from a specified offset ?

2021-07-29 Thread wangjh (Jira)
wangjh created KAFKA-13150: -- Summary: How is Kafkastream configured to consume data from a specified offset ? Key: KAFKA-13150 URL: https://issues.apache.org/jira/browse/KAFKA-13150 Project: Kafka

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.0 #69

2021-07-29 Thread Apache Jenkins Server
See

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

2021-07-29 Thread Apache Jenkins Server
See

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

2021-07-29 Thread Apache Jenkins Server
See Changes: [Manikumar Reddy] KAFKA-13041: Enable connecting VS Code remote debugger (#10915) -- [...truncated 3.45 MB...]

Build failed in Jenkins: Kafka » kafka-2.4-jdk8 #30

2021-07-29 Thread Apache Jenkins Server
See Changes: [Ismael Juma] MINOR: Fix `testResolveDnsLookup` by using a mocked dns resolver (#11091) -- [...truncated 2.90 MB...]

Jenkins build is back to normal : Kafka » kafka-2.7-jdk8 #170

2021-07-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Kafka » kafka-2.6-jdk8 #129

2021-07-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-2.5-jdk8 #49

2021-07-29 Thread Apache Jenkins Server
See Changes: [Ismael Juma] MINOR: Fix `testResolveDnsLookup` by using a mocked dns resolver (#11091) -- [...truncated 3.11 MB...]