aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/messaging.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/messaging.proto')
-rw-r--r--weed/pb/messaging.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/messaging.proto b/weed/pb/messaging.proto
index 657342681..38be82238 100644
--- a/weed/pb/messaging.proto
+++ b/weed/pb/messaging.proto
@@ -108,4 +108,5 @@ message TopicConfiguration {
int32 partition_count = 1;
string collection = 2;
string replication = 3;
+ bool is_transient = 4;
}