EricJoy2048 commented on issue #2577: URL: https://github.com/apache/incubator-seatunnel/issues/2577#issuecomment-1233622978
> The runningJobInfo will contain initializationTimestamp and jobImmutableInformationData. initializationTimestamp is the > job init timestamp. > > The IMap name is runningJobInfo, the key is jobId and the value is RunningJobInfo How about using `Tuple2<Data, Long>` instead of `RunningJobInfo`? I think and a class `RunningJobInfo` is no need. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
