|
Hi,
what is the recommended way to implement the following use-case for DataStream: One data sink, same map() functions for parsing and normalization and different map() function for format and two different sinks for the output?
The (same)data must be stored in both sinks. And I prefere one job (related to the same source and map functions)
How I can/should use the split() function for this use-case?
Thanks!
|