Hi,

I'm looking for a good way to log some broker API requests which might be
considered important. Topic deletion request is quite good an example of
such important requests.

This piece [1] is the only thing I found that remotely is what I need.
However, it logs all the requests and does it on the trace level.
Does Kafka have something like this out-of-the-box?
Thanks!

Br,
Ivan

[1]
https://github.com/apache/kafka/blob/50857b81bbaa3cd3a8ac2c460ff6e93acd3d8220/core/src/main/scala/kafka/server/KafkaApis.scala#L123

Reply via email to