Skip to content

Commit

Permalink
[event_kafka] remove bogus example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jun 19, 2024
1 parent 4ebeb31 commit ccc346b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions modules/event_kafka/doc/event_kafka_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,23 +228,7 @@ modparam("event_kafka", "broker_id", "[k1]127.0.0.1:9092/topic1?g.linger.ms=100&
</section>
</section>

<section>
<title>Examples</title>
<example>
<title>E_PIKE_BLOCKED event</title>
<programlisting format="linespecific">
<![CDATA[
{
"jsonrpc": "2.0",
"method": "E_PIKE_BLOCKED",
"params": {
"ip": "192.168.2.11"
}
}
]]>
</programlisting>
</example>

<example>
<title>Kafka socket</title>
<programlisting format="linespecific">
Expand Down

0 comments on commit ccc346b

Please sign in to comment.