Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
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 related to
-
KAFKA-8396 Clean up Transformer API
-
- Open
-
- supercedes
-
KAFKA-10536 KIP-478: Implement KStream changes
-
- Resolved
-
- mentioned in
-
Page Loading...