Robert Mircea
Robert Mircea
As per this MR nats-io/stan.go#295 a redeliveryCount method is added in stan.go. Please add support for redeliveryCount
I am encountering an abnormal behaviour in my application while consuming messages from a durable subscription. Occasionally, I see in my logs redelivered messages while the previous ack operations on...
What is the best (or recommended way) to reconnect to a remote TCP endpoint after connection was lost? I need to reconnect with specific delay (exponential or fixed).
Please add Jetstream support as it would enable lots of usage scenarios for this library. We are currently using Jetstream in production and we would like to use a more...
I am trying to run forge setup on a mac with a private registry offered by an internal JFrog Artifactory server. I cannot finish the setup process due to the...
Is there any support in Medis2 for Sentinel managed Redis master/slave setup?
Adapted code to run under Go 1.1.1
I've just cloned the repo and tried to run mvn test on the project. Unfortunately, I received the following exception on test run: ``` testPoll(com.aerospike.examples.ldt.LDTQueueTest) Time elapsed: 0.01 sec
What is the recommended way to use Lightinject Nancy when doing testing using Nancy's testing framework? I would like to use a configurable bootstrapper which is not based on TinyIOC...
Is there any support for Avro serialisation?