Skip to content

Commit

Permalink
add create timestamp for stream and subscription (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKian authored Nov 16, 2022
1 parent 7dc0805 commit 95c9e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hstream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ message Subscription {
int32 ackTimeoutSeconds = 3;
int32 maxUnackedRecords = 4;
SpecialOffset offset = 5;
google.protobuf.Timestamp creationTime = 6;
}

message DeleteSubscriptionRequest {
Expand Down Expand Up @@ -211,6 +212,7 @@ message Stream {
uint32 replicationFactor = 2;
uint32 backlogDuration = 3;
uint32 shardCount = 4;
google.protobuf.Timestamp creationTime = 5;
}

enum CompressionType {
Expand Down

0 comments on commit 95c9e8f

Please sign in to comment.