Skip to content

Commit

Permalink
kafka: comment about error return code for kafka_send function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Hernando committed Oct 31, 2019
1 parent 95dd524 commit fa9228b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/kafka/doc/kafka_admin.xml
Expand Up @@ -157,6 +157,9 @@ modparam("kafka", "topic", "name=third_topic")
<para>
Send a message to a specific topic via Kafka server.
</para>
<para>
This function returns -1 for all sort of errors. (So execution of script continues)
</para>
<para>
Parameters:
<itemizedlist>
Expand Down

0 comments on commit fa9228b

Please sign in to comment.