-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 10.2-SNAPSHOT
-
Component/s: Streams
-
Tags:
-
Sprint:nxAI Sprint 10.3.1
We don't have many stream processors. I have written a generic function stream processor, which essentially does the "map" in MapReduce, ie.
Function<Record, Optional<Record>>
Given an input Record apply a tranformation and optionally return a Record response
This greatly simplifies the implementation for this use case.