pandaapo commented on issue #4635: URL: https://github.com/apache/eventmesh/issues/4635#issuecomment-1854902013
> From what I have read about offset in the context of file source, it can be the location of the byte last read or maybe the line number. What if the file is edited from the line existing previously than offset? For eg:- (offset present at line 91 but the user edited the file at line 22). It is indeed a complex problem, and I feel that relying solely on offset does not seem to solve the problem of incrementally reading file changes. 确实是个复杂的问题,我觉得这单独靠一个偏移量似乎解决不了增量读取文件变更的问题。 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
