Skip to content

Commit

Permalink
Merge pull request #22 from AutoMQ/feat_memory_metadata
Browse files Browse the repository at this point in the history
feat(s3): support basic memory metadata manager
  • Loading branch information
superhx authored Aug 25, 2023
2 parents 87984d5 + a9899a5 commit 436f347
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
*/
public class StreamControlManager {

// TODO: assigned record
// TODO: timeline check
public static class S3StreamMetadata {
// current epoch, when created but not open, use 0 represent
private long currentEpoch;
Expand Down

0 comments on commit 436f347

Please sign in to comment.