In pyflink, is it preferable to use `timer_service...
# random
n
In pyflink, is it preferable to use
timer_service().current_processing_time()
or would that be roughly equivalent to
time.time()
?