mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 13:17:56 +08:00
broker: append message logs
This commit is contained in:
@@ -90,8 +90,7 @@ message PublishResponse {
|
||||
message ConfigureTopicRequest {
|
||||
string namespace = 1;
|
||||
string topic = 2;
|
||||
int32 partition_count = 3;
|
||||
string collection = 4;
|
||||
TopicConfiguration configuration = 3;
|
||||
}
|
||||
message ConfigureTopicResponse {
|
||||
}
|
||||
@@ -101,5 +100,11 @@ message GetTopicConfigurationRequest {
|
||||
string topic = 2;
|
||||
}
|
||||
message GetTopicConfigurationResponse {
|
||||
int32 partitions = 3;
|
||||
TopicConfiguration configuration = 1;
|
||||
}
|
||||
|
||||
message TopicConfiguration {
|
||||
int32 partition_count = 1;
|
||||
string collection = 2;
|
||||
string replication = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user