metricq/metricq-manager

Error handling when receiving invalid RPCs

Opened this issue · 0 comments

When the manager gets an invalid RPC request, e.g., app_id is null, it fails to handle the request, but also re-queues the message, leading to an infinite loop.