Skip to content

Commit

Permalink
Merge pull request #120 from eugpermar/master
Browse files Browse the repository at this point in the history
Fix bad configuration name in doc
  • Loading branch information
edenhill committed May 27, 2014
2 parents 56be236 + 0483329 commit 9174a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ rd_kafka_resp_err_t rd_kafka_offset_store (rd_kafka_topic_t *rkt,
*
* Returns 0 on success or -1 on error in which case errno is set accordingly:
* ENOBUFS - maximum number of outstanding messages has been reached:
* "queue.buffering.max.message"
* "queue.buffering.max.messages"
* (RD_KAFKA_RESP_ERR__QUEUE_FULL)
* EMSGSIZE - message is larger than configured max size:
* "messages.max.bytes".
Expand Down

0 comments on commit 9174a04

Please sign in to comment.