Skip to content

Commit 95c9e8f

Browse files
authored
add create timestamp for stream and subscription (#31)
1 parent 7dc0805 commit 95c9e8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hstream.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ message Subscription {
167167
int32 ackTimeoutSeconds = 3;
168168
int32 maxUnackedRecords = 4;
169169
SpecialOffset offset = 5;
170+
google.protobuf.Timestamp creationTime = 6;
170171
}
171172

172173
message DeleteSubscriptionRequest {
@@ -211,6 +212,7 @@ message Stream {
211212
uint32 replicationFactor = 2;
212213
uint32 backlogDuration = 3;
213214
uint32 shardCount = 4;
215+
google.protobuf.Timestamp creationTime = 5;
214216
}
215217

216218
enum CompressionType {

0 commit comments

Comments
 (0)