Josh van Leeuwen
Josh van Leeuwen
> Nice addition Josh. Is there a way where we need not repeatedly add the main.go for each future version? > > Can we have `/previous` as a constant and...
@RyanLettieri Please remember to also include [integration tests](https://github.com/dapr/dapr/blob/master/tests/docs/writing-integration-test.md) with for this new API.
Indeed @darraghjones what is written there is correct. It is suspicious to me as to why this is happening _intermittently_ and seemingly at random. Containers in Kubernetes Pods will only...
@filintod, the kube-scheduler already scores based on Node locality for a replica set. Setting this value to me seems like we are just adding more processing time to the scheduling...
@filintod I think we should do some experimenting with also removing the zone affinity rules. Scheduler also takes this into account by default. By adding custom rules we are causing...
I said uptime not HA 🙂 I see these as two separate things where uptime is a subset property of achieving HA, but HA also incorporating the idea of replication....
Integration tests are designed so that we never have a situation where code is changed, but these changes are not reflected in the compiled code that is tested against resulting...
I have a WIP local branch working through this which I'm happy to keep going with if you want @Taction :slightly_smiling_face:
Before merging, please can we make sure we have a corresponding docs PR, as well as integration tests for both HTTP and gRPC protocols
> #62 was made on purpose. Please don’t reverse this. I don't see the technical reason for needing `WithClock` in the implementation code. The mock code is still available in...