project-iris/iris-java

Finish queueing error log messages

Opened this issue · 1 comments

Currently all the enqueueing log messages (broadcast, request and publish) are missing a few contextual variables that the Go and Erlang ones have. Notably concerning the current capacity/usage or the buffer and infos related to the request expiration. These should be fined eventually.

Expiration related fields were added, only the buffer overflow fields are missing as of now.