Merge pull request #114 from jamesray1/patch-4
Remove // topicID = hash(topicDescriptor); (not the topic.name)
This commit is contained in:
commit
d04842e15b
|
@ -47,7 +47,6 @@ message ControlPrune {
|
||||||
optional string topicID = 1;
|
optional string topicID = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// topicID = hash(topicDescriptor); (not the topic.name)
|
|
||||||
message TopicDescriptor {
|
message TopicDescriptor {
|
||||||
optional string name = 1;
|
optional string name = 1;
|
||||||
optional AuthOpts auth = 2;
|
optional AuthOpts auth = 2;
|
||||||
|
|
Loading…
Reference in New Issue