Skip to content

Commit

Permalink
[INLONG-9125][Agent] Add offset manager
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Oct 26, 2023
1 parent d31c10b commit d63f54c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
import org.slf4j.LoggerFactory;

/**
* used to store task position to db, task position is stored as properties in JobProfile.
* where key is task read file name and value is task sink position
* note that this class is generated
* used to store instance offset to db
* where key is task id + read file name and value is instance offset
*/
public class OffsetManager {

Expand Down

0 comments on commit d63f54c

Please sign in to comment.