Add a further note recommending to not include TopicDescriptor in the .proto file

This commit is contained in:
James Ray
2018-10-05 13:00:24 +10:00
committed by GitHub
parent afcd1c89f7
commit b8684f9f53

View File

@@ -91,7 +91,9 @@ future.
The topic descriptor message is not used in current implementations, but
may be used in future to define various options and parameters
of a topic. It currently specifies the topic's human readable name, its
of a topic. For clarity, it is recommended to not include the
`TopicDescriptor` in the `.proto` file until is is used.
It currently specifies the topic's human readable name, its
authentication options, and its encryption options.
The `TopicDescriptor` protobuf is as follows: