Artemiy R

Results 5 comments of Artemiy R

Can be closed.

To be honest, I would prefer that [RetryPublisher](https://github.com/furdarius/rabbitroutine/blob/master/publisher.go#L143) export stats from itself. If I got your case right, you're just collect how many retries happen. To solve this case `RetryPublisher`...

I think that the best solution for the use case could be covering the library with https://opentelemetry.io/. In that case RetryPpublisher could just start new span or SetAttributes of span,...

Thanks for asking @super1t! In your case you do `conn.Dial` is initiated in a goroutine, which means you don't wait for the connection to be established before publishing. So, instead...

@super1t Right, my bad! Was wondering if you tried without rabbitroutine as a wrapper. Would that work in that case?