1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine comments for kafka messages.

This commit is contained in:
winlin 2015-10-16 17:25:43 +08:00
parent 3c64e4b957
commit 2e67eb8786

View file

@ -112,6 +112,7 @@ public:
* Usage:
* SrsKafkaArray<SrsKafkaBytes*> body;
* body.append(new SrsKafkaBytes());
* @remark the typename T must be a ISrsCodec*
*
* @see https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Requests
*/