Fork me on GitHub
#off-topic
<
2016-10-01
>
dpsutton03:10:02

i've been wanting a hhkb for a while

bbss03:10:31

Go for it!

borkdude21:10:35

I’m trying to understand the reasoning of this SO answer. Why would it be better to offload stuff to Redis instead of keeping it in RabbitMQ and consuming it slowly (db writes)? http://stackoverflow.com/questions/26617649/rabbitmq-fast-producer-and-slow-consumer/26660425#26660425

borkdude22:10:24

@michaelklishin I stumbled upon this code here: https://github.com/michaelklishin/rabbitmq_java_client_issue_19/blob/master/src/rabbit_generator/consumer.clj I wonder what are the trade offs between consuming with qos = n + manual ack vs offloading to redis and then consuming from redis (stackoverflow link above)