kit icon indicating copy to clipboard operation
kit copied to clipboard

Shared utility code for Dapr runtime

Results 13 kit issues
Sort by recently updated
recently updated
newest added

# Description This PR adds a map of mutexes that provide an inner and outer locking mechanism to support keeping separate locks on dynamic objects, as is the case with...

## Describe the proposal The placement error api is being updated as per issue #7490 (Error Standardization: Placement API) and thus I wish to add the error code prefix to...

Adds Singular Batcher which treat all events as the same event key. Subscribers provide a function when subscribing which will be executed once the batch triggers. Used by https://github.com/dapr/components-contrib/pull/3363

Reverts https://github.com/dapr/kit/pull/62 `WithClock` should be moved to `unit` build tagged files to not pollute implementation non-test builds. Developers wanting to override the clock in testing can do so by `go...

Signed-off-by: 1046102779 # Description At present, our servers need to correlate logs and traces. This is a very urgent matter, I hope everyone can review these code at quickly. Thanks....

We should contribute upstream with the changes to `cron` and remove the `/cron` folder once our contribution is accepted.

# Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...

Adds a new concurrency/fifo package which implements a fifo mutex, as well as a concurrently safe comparable indexed map of fifo mutexes. Adds a simple generic concurrently safe slice implementation,...