Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Extending KStream#process to use latest Processor API adopted here: https://issues.apache.org/jira/browse/KAFKA-8410
This new API allow typed returned KStream that will allow to chain results from processors, becoming a new way to transform records with more control over whats forwarded.
Attachments
Issue Links
- fixes
-
KAFKA-10603 Re-design KStream.process() and K*.transform*() operations
- Resolved
- supercedes
-
KAFKA-8396 Clean up Transformer API
- Resolved
- links to