ruanwenjun commented on PR #17029:
URL:
https://github.com/apache/dolphinscheduler/pull/17029#issuecomment-2812953160
I am not sure if this PR can solve this problem, the main reason is the
front-end doesn't know whether it should stop fetch log, since it doesn't know
if the log had come to the end, the response doesn't tell the front-end where
there exist more log.
```java
@Data
@AllArgsConstructor
public class ResponseTaskLog {
private int lineNum;
private String message;
}
```
--
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]