AuthOpts and EncOpts are not used

This commit is contained in:
James Ray
2018-10-08 17:05:49 +11:00
committed by GitHub
parent b8684f9f53
commit 5af1a57956

View File

@@ -89,10 +89,10 @@ future.
## The Topic Descriptor
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. For clarity, it is recommended to not include the
`TopicDescriptor` in the `.proto` file until is is used.
The `AuthOpts` and `EncOpts` of the topic descriptor message
are not used in current implementations, but
may be used in future. For clarity, it is recommended to not include
them in the `.proto` file until is is used.
It currently specifies the topic's human readable name, its
authentication options, and its encryption options.