Kyle McClellan

Results 23 comments of Kyle McClellan

FWIW this isn't just about testing. I had wanted to implement an ISubscriber that wraps an inner subscriber using Polly retries, and was stymied by this limitation.

Ideally, all Kafka message metadata should be captured in a way that is searchable: topic, partition, offset, timestamp, headers

It appears that the "RedisLabs" link is broken. Can anyone point me in the right direction of how go about implementing a semaphore on top of `SE.Redis`? My first idea...

Thanks, since posting I stumbled across @madelson's implementation in [`DistributedLock.Redis`](https://github.com/madelson/DistributedLock/blob/master/src/DistributedLock.Redis/Primitives/RedisSemaphorePrimitive.cs), which as you say leverages a lua script, and am quite happy with it. That library is a nice piece...

Does the streaming implementation follow the spec regarding [`transfer-encoding:chunked`](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.4)?

A year later and there is still no way to capture/search the most basic message metadata within ES. The only reason I wanted Kafka messages copied to ES was to...

I am hitting this issue as well. @Tasteful please correct my assumptions if they are wrong. This issue is likely to be encountered by anyone calling `IConnectionMultiplexer.GetServer(...)` while using Redis...

I too would like to see zero attempts allowed and interpreted as effectively disabling the strategy. Consider that application topology differs from application configuration. When I build a resilience pipeline,...

The need is to 1) create an instance that is not tied to a real multiplexer, and 2) stub the value of `WasSatisfied`. As an abstraction, `ITransaction` members should also...

Sure enough, I find myself working on a bug with Redis transaction code that didn't have test coverage because of this issue. The issue is serious enough that I am...