Daniel Norberg

Results 42 comments of Daniel Norberg

Allowing users to choose the appropriate wait strategy seems like it would be appreciated by some, although I suspect many application developers might not be familiar enough with disruptor and...

We are seeing crashes in production due to this issue. It seems this might already be fixed in the googleapis/java-storage-nio master branch: https://github.com/googleapis/java-storage-nio/commit/533c6dd510327bff310fbd6ddb2ceb72b2afcbce Could we cut a release? cc @BenWhitehead

Fixed in https://github.com/danielnorberg/auto-matter/releases/tag/v0.26.1.

The optional path parameter, could that be achieved using two different routes, one with the parameter, one without? General regex match is a big undertaking and unlikely to be implemented....

I remember writing the code to propagate properties but maybe it got lost in a rebase. Will fix.

Found it: https://github.com/spotify/flo/pull/105

Maybe system properties and env vars is something that should be configurable per task? Or maybe it’s something that could/should be doable using a task context.

I'm unable to trigger a full redraw by resizing the terminal. Using `mprocs v0.6.4`. Is this expected behavior?

@jvaleo Looks like all outstanding request futures will be failed when the channel is closed on timeout: https://github.com/spotify/folsom/blob/master/src/main/java/com/spotify/folsom/client/DefaultRawMemcacheClient.java#L319 Are you seeing futures not failing on timeout?