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 implementation as the default and allow Kafka to find a better implementation based on Service found. As you mentioned, we might need to enrich the interface to allow Kafka to find the best version available at runtime.
Regards, On Tue, Dec 17, 2024 at 6:36 PM Denloye, Olasoji <olasoji.denl...@intel.com> wrote: > Hi Everyone, > > I would like to start a discussion on KIP-1121: Compression acceleration > acceleration in Kafka. KIP-1121: Compression acceleration in Kafka - Apache > Kafka - Apache Software Foundation< > https://cwiki.apache.org/confluence/display/KAFKA/KIP-1121%3A+Compression+acceleration+in+Kafka > > >