mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
kafka refine comments.
This commit is contained in:
parent
31a77a83ed
commit
de41c1c9d2
3 changed files with 42 additions and 31 deletions
|
@ -1010,7 +1010,7 @@ int SrsKafkaProtocol::recv_message(SrsKafkaResponse** pmsg)
|
|||
// fetch cached api key.
|
||||
SrsKafkaCorrelationPool* pool = SrsKafkaCorrelationPool::instance();
|
||||
SrsKafkaApiKey key = pool->unset(header.correlation_id());
|
||||
srs_trace("kafka got %d bytes response, key=%d", header.total_size(), header.correlation_id());
|
||||
srs_info("kafka got %d bytes response, key=%d", header.total_size(), header.correlation_id());
|
||||
|
||||
// create message by cached api key.
|
||||
SrsKafkaResponse* res = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue