RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-06-04 Thread Denloye, Olasoji
To: dev@kafka.apache.org Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hello all, any more comments? Thanks -Original Message- From: Denloye, Olasoji Sent: Wednesday, May 7, 2025 10:55 AM To: dev@kafka.apache.org Subject: RE: [DISCUSS] KIP-1121: Compression

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-05-29 Thread Denloye, Olasoji
Hello all, any more comments? Thanks -Original Message- From: Denloye, Olasoji Sent: Wednesday, May 7, 2025 10:55 AM To: dev@kafka.apache.org Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Greg, 2, 10 I figured a way to not expose any of these internal classes

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-05-07 Thread Denloye, Olasoji
is Sent: Wednesday, April 30, 2025 1:04 PM To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Olasoji, Thanks for updating the KIP. 2. I'm still not satisfied with the description of the public API in the KIP.

Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-04-30 Thread Greg Harris
--- > From: Denloye, Olasoji > Sent: Monday, April 7, 2025 8:49 AM > To: dev@kafka.apache.org > Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka > > Hi Greg, > > I have refactored the proposal to reduce the API surface area. I > introduced a new Compression

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-04-30 Thread Denloye, Olasoji
: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi All, This is a gentle reminder about open discussion on this compression acceleration KIP. I would love to hear your thoughts. Thanks, Olasoji -Original Message- From: Denloye, Olasoji Sent: Monday, April 7, 2025 8:49 AM To

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-04-23 Thread Denloye, Olasoji
24, 2025 12:42 PM To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Olasoji, Thanks for the update. 1. Could you add these as code examples to the KIP, and not as prose? See [1-3] for some examples of well-written public interfaces. 2. I find the propo

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-04-07 Thread Denloye, Olasoji
a.apache.org Subject: Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Olasoji, Thanks for the update. 1. Could you add these as code examples to the KIP, and not as prose? See [1-3] for some examples of well-written public interfaces. 2. I find the proposed API surface area excessiv

Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-02-24 Thread Greg Harris
pecial filtering or a custom class > loader. The concern here is that any class on the class path (trusted or > not) could be loaded which could intercept messages or corrupt messages by > compressing using an unknown algorithm. > > -Original Message----- > From: Greg Harri

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-02-21 Thread Denloye, Olasoji
- From: Greg Harris Sent: Tuesday, February 18, 2025 1:58 PM To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Olasoji, Thanks for the KIP! I find it addresses many of the concerns I had with KIP-984. Thank you for following up on that! 1. Sinc

Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-02-18 Thread Greg Harris
--Original Message- > From: Denloye, Olasoji > Sent: Thursday, February 13, 2025 1:22 PM > To: dev@kafka.apache.org > Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka > > Hi, I would like to bring this back to everyone's attention. I have made > chang

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-02-18 Thread Denloye, Olasoji
gr0Ew Thanks -Original Message- From: Denloye, Olasoji Sent: Thursday, February 13, 2025 1:22 PM To: dev@kafka.apache.org Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi, I would like to bring this back to everyone's attention. I have made changes to the p

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2025-02-13 Thread Denloye, Olasoji
01 AM To: dev@kafka.apache.org Subject: RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Frédérik, Thanks for the suggestion to use the existing ServiceLoader feature in Java. It could serve as suitable mechanism for selecting the best available compression codec. Thanks -Ori

RE: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2024-12-19 Thread Denloye, Olasoji
@kafka.apache.org Subject: Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka Hi Olasoji, I think that having a way to provide some optimised/accelerated implementation is a good idea. What not using the ServiceLoader feature of Java? That would allow anyone to provide their own optimised

Re: [DISCUSS] KIP-1121: Compression acceleration in Kafka

2024-12-18 Thread Frédérik Rouleau
Hi Olasoji, I think that having a way to provide some optimised/accelerated implementation is a good idea. What not using the ServiceLoader feature of Java? That would allow anyone to provide their own optimised implementation depending on their infrastructure. We can keep the existing implementat