RabbitMQ stream-based client for Scala built on top of Fs2 and Cats Effect -> https://fs2-rabbit.profunktor.dev/
mergify[bot] on master
Update cats-effect to 3.3.12 Merge pull request #734 from sc… (compare)
mergify[bot] on master
Update circe-core, circe-generi… Merge pull request #733 from sc… (compare)
automaticRecovery = false
. On connection error I'm seeing WARN com.rabbitmq.client.impl.ForgivingExceptionHandler - An unexpected connection driver error occured (Exception message: Connection reset)
. As I have to send some messages to the broker after reconnect I would prefer to let the whole app stop and cleanly restart. Is there a way to do that?
Oh! you're saying typically, when forgetting to aggregate
:joy:
moment of panic passed
ssl_options = pika.SSLOptions(context = ssl.SSLContext(ssl.PROTOCOL_TLS))
I'm new to rabbitmq and fs2, so my questions might not directly related to fs2-rabbit, but rabbitmq in general. I'm consuming a queue I have no control over, is there a way to tell the queue I only want events that were generated after I created the connection.
I'm getting events from 2 days ago. Which is when I first started consuming events from this queue.
Sorry, for these basic questions.
Is this even something a consumer has control over?