In a real-time streaming integration scenario, which approach minimizes transformation latency?
-
A
Batch the incoming events into hourly windows before transforming
-
B
Apply stateless, in-line stream transformations using an event-processing engine with no I/O blocking
-
C
Write all events to a staging database, then run nightly transforms
-
D
Buffer events in a file system queue before applying business rules