Re: [DISCUSS] KIP 1072 - Add @FunctionalInterface annotation to Kafka Streams SAM methods

2024-12-10 Thread Bill Bejeck
Hi Ray, It's been quiet here for a while. What's the status for this KIP? Thanks! Bill On Mon, Sep 9, 2024 at 9:51 AM Ray McDermott wrote: > It was on pause during the summer - vacations took priority. > > I will check your feedback this week and give an update. > > Ray > > > On Thursday, 22 A

Re: [DISCUSS] KIP 1072 - Add @FunctionalInterface annotation to Kafka Streams SAM methods

2024-09-09 Thread Ray McDermott
It was on pause during the summer - vacations took priority. I will check your feedback this week and give an update. Ray On Thursday, 22 August 2024 at 20:20, Matthias J. Sax wrote: > What is the status of this KIP? > > On 7/30/24 7:36 PM, Matthias J. Sax wrote: > > > Thanks a lot for the

Re: [DISCUSS] KIP 1072 - Add @FunctionalInterface annotation to Kafka Streams SAM methods

2024-08-22 Thread Matthias J. Sax
What is the status of this KIP? On 7/30/24 7:36 PM, Matthias J. Sax wrote: Thanks a lot for the KIP Ray! It seems to be a good improvement to make using KS with Clojure more seamless. However, I am not 100% sure if all listed interfaces make sense? (100) GlobalKTable: it's basically a sibl

Re: [DISCUSS] KIP 1072 - Add @FunctionalInterface annotation to Kafka Streams SAM methods

2024-07-30 Thread Matthias J. Sax
Thanks a lot for the KIP Ray! It seems to be a good improvement to make using KS with Clojure more seamless. However, I am not 100% sure if all listed interfaces make sense? (100) GlobalKTable: it's basically a sibling to `KStream`, and `KTable` interfaces, but users would never implemented

[DISCUSS] KIP 1072 - Add @FunctionalInterface annotation to Kafka Streams SAM methods

2024-07-29 Thread Ray McDermott
These annotations assist with clarifying the purpose of the interface, as well as assisting interop with non-Java JVM languages. https://cwiki.apache.org/confluence/display/KAFKA/KIP-1072%3A+Add+@FunctionalInterface+annotation+to+Kafka+Streams+SAM+methods Comments welcome Thanks Ray