Open senolatac opened 9 months ago
I though it is a broker url but it is not.
what is a broker URL? Please be specific about your issues.
The kafka-logger: https://docs.api7.ai/hub/kafka-logger plugin is used to log entries to kafka and the pubsub
documentation link you shared is for proxying kafka.
Similar inquiry: https://github.com/apache/apisix/issues/10421
Disclaimer: I'm no expert on this topic, but here are some information I gathered.
The test case (https://github.com/apache/apisix/blob/master/t/pubsub/kafka.t#L156) suggests that one should pull messages from kafka over websocket connections and with messages binary-encoded.
Only list_offset
and fetch
commands are supported at the moment. list_offset
is used to check the message offset at the specified timestamp on the current topic. fetch
is used to obtain the message from a specific offset.
Description
I saw there is kafka plugin in Apisix and there is a documentation https://apisix.apache.org/docs/apisix/next/pubsub/kafka/ but I couldn't understand how I use the apisix route after creation. I though it is a broker url but it is not.
Any suggestion?
Environment
apisix version
): 3.2.0uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):