Mark Paluch

Results 867 comments of Mark Paluch

Commands are queued during a disconnect but that doesn't pause the timeout scheduler. From a caller side, you don't want that the duration for a command is depending on the...

> I have tested this behaviour. I see that caller will receive timeout exception, but command will still be processed once the connection is established after the timeout period as...

Stats about failed commands aren't collected. When it gets into errors, then, what exactly qualifies as error? There are various categories such as I/O (transmission failure), enqueueing failures (command queue...

Right now, the Tracing API receives callbacks regarding successful/failed commands propagating Redis error responses. Have you tried forking the lib and playing around with real use-cases to get hold of...

Connection errors can happen without having an active command. Upon a disconnect, we auto-reconnect: Does this count as error for a command that was sent to Redis or not? Errors...

> Each of the assertion methods requires the buffer under test to be flipped/in position 0 I'm not sure this works for every scenario. When working with binary protocols, buffers...

@jadeleeuw perhaps we should not try to be smart about it. An empty buffer is not empty in the sense that it can be consumed. On the flip side (pun...

Please make sure to include all Kafka jars in the WildFly module descriptor (or reference existing modules) so that the WildFly Module ClassLoader sees all required classes.

Thanks for report. I'm happy to include a bit of documentation. Care to submit a PR?

Hey there. What logging framework are you using? If you use log4j2, then you can easily add custom fields through the config. Adding more fields affects every user of the...