[GitHub] [kafka-site] showuon merged pull request #396: MINOR: Add CVE-2022-23302 and CVE-2022-23305 to cve-list

2022-02-12 Thread GitBox
showuon merged pull request #396: URL: https://github.com/apache/kafka-site/pull/396 -- 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: dev-unsubscr.

Gigantic list of Avro spec issues

2022-02-12 Thread Askar Safin
Hi. I'm writing my own Avro implementation in Rust for personal use. During this work I found a lot of issues in Avro spec (the list follows). I send this mail not only to user and dev mailing lists of Avro, but also to Apache community list, Kafka list and 3 semi-randomly chosen Materialize e

[jira] [Created] (KAFKA-13666) Tests should not ignore exceptions for supported OS

2022-02-12 Thread Rob Leland (Jira)
Rob Leland created KAFKA-13666: -- Summary: Tests should not ignore exceptions for supported OS Key: KAFKA-13666 URL: https://issues.apache.org/jira/browse/KAFKA-13666 Project: Kafka Issue Type: T

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

2022-02-12 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-808: Add support for unix epoch precision in TimestampConverter SMT

2022-02-12 Thread Julien Chanaud
Hi all, With 3 binding votes (Tom, Mickael, John) and 1 non-binding vote (Donjin), the KIP passes. Thanks, Julien Le ven. 11 févr. 2022 à 20:41, John Roesler a écrit : > Thanks, Julien! > > I’m +1 (binding) > > -John > > On Fri, Feb 11, 2022, at 08:42, Dongjin Lee wrote: > > +1 (non-binding)

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

2022-02-12 Thread Sagar
@Guozhang, I have sent an update to this KIP. I have a question though.. Should this new metric be defined in TaskMetrics level or NamedCacheMetrics? I think the latter makes sense as that holds the cache size at a task level and exposes some other cache related metrics as well like hit-ratio. Th

Re: [DISCUSS] KIP-822: Optimize the semantics of KafkaConsumer#pause to be consistent between the two RebalanceProtocols

2022-02-12 Thread Riven Sun
Sorry, I sent this email via GMail. Refer to the contents of other people's DISSCUSS emails. Mistakenly introduced someone else's KIP. The KIP related to this DISCUSS is https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199534763 Thank you for your kindness RivenSun On Sat, Feb 12

Re: [DISCUSS] KIP-822: Optimize the semantics of KafkaConsumer#pause to be consistent between the two RebalanceProtocols

2022-02-12 Thread Riven Sun
> > > Sorry, I sent this email via GMail. Refer to the contents of other > people's DISSCUSS emails. Mistakenly introduced someone else's KIP. > > The KIP related to this DISCUSS is > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199534763 > > Thank you for your kindness > RivenS

[DISCUSS] KIP-822: Optimize the semantics of KafkaConsumer#pause to be consistent between the two RebalanceProtocols

2022-02-12 Thread Riven Sun
Hi team, I opened a KIP to add the option to make the semantics of the KafkaConsuemr#Pause method consistent under different RebalanceProtocols: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199534763