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

2024-09-09 Thread Ray McDermott
et for the future to add > > it, when we remove the deprecated method? -- This would avoid the need > > for another KIP in the future) > > StreamsUncaughtExceptionHandler > > > > - org.apache.kafka.streams.processor.api: > > > > ContextualFixedKeyPr

[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

[jira] [Created] (KAFKA-17091) Add @FunctionalInterface to Streams interfaces

2024-07-05 Thread Ray McDermott (Jira)
Ray McDermott created KAFKA-17091: - Summary: Add @FunctionalInterface to Streams interfaces Key: KAFKA-17091 URL: https://issues.apache.org/jira/browse/KAFKA-17091 Project: Kafka Issue Type