Skip to content
Discussion options

You must be logged in to vote

If you use a "polling consumer" or basic.get as the frame is called in the AMQP 0.9.1 protocol you are going to see some disk use even when there are no messages in the system. Every basic.get to a quorum queue is modelled as a single message consumer command so it is a command being written to the raft log, replicated and replied to. It is very inefficient and wasteful but most likely why you see this overhead.

I have no further advice apart from using a long running consumer.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@kjnilsson
Comment options

@michaelklishin
Comment options

@lukebakken
Comment options

@andrii29
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants