Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka: module to produce and send messages to a Kafka server #2112

Merged
merged 7 commits into from Nov 4, 2019
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