Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After the implementation of KIP-478, we have the ability to reconsider all these APIs, and maybe just replace them with
// KStream KStream<KOut, VOut> process(ProcessorSupplier<KIn, VIn, KOut, VOut>) // KTable KTable<KOut, VOut> process(ProcessorSupplier<KIn, VIn, KOut, VOut>)
but it needs more thought and a KIP for sure.
This ticket probably supercedes https://issues.apache.org/jira/browse/KAFKA-8396
Attachments
Issue Links
- is fixed by
-
KAFKA-13654 Extend KStream process with new Processor API
- Resolved
- is related to
-
KAFKA-8396 Clean up Transformer API
- Resolved
- supercedes
-
KAFKA-10536 KIP-478: Implement KStream changes
- Resolved
- mentioned in
-
Page Loading...