For now digest get tries to return all the available digests, which may result in denial of service when reading rate of digests by this tool is lower or equal to rate of sending digests in pipeline.
It will be better to split this command into following ones:
digest get - returns one digest, first from the queue.
digest get-all - returns all available digests (current behavior of digest get).
For now
digest get
tries to return all the available digests, which may result in denial of service when reading rate of digests by this tool is lower or equal to rate of sending digests in pipeline.It will be better to split this command into following ones:
digest get
- returns one digest, first from the queue.digest get-all
- returns all available digests (current behavior ofdigest get
).