Dmitry Shmulevich

Results 20 issues of Dmitry Shmulevich

I'm running a simple pubsub application in k8s cluster. The publisher and the subscriber are threads in the same process. The publisher publishes messages to 3 fanout exchanges every 0.5...

This PR removes deallocated VMs (both individual VMs and the instances of VMSS) from the target list during azure discovery. Closes #4340 Signed-off-by: Dmitry Shmulevich

stale

The current cosmosDB package `github.com/a8m/documentdb` does not support non-string values in the query. See https://github.com/a8m/documentdb/blob/master/query.go#L5 However, non-string values work fine when querying cosmosDB directly from the Data Explorer. Possible solution:...

kind/bug
pinned

The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK. Also add the docs as part of this issue. See https://github.com/dapr/go-sdk/issues/244

enhancement
enhancement-runtime-dependency

## Describe the proposal Per https://github.com/dapr/components-contrib/issues/1211 and https://github.com/dapr/dapr/issues/4249, I suggest starting Redis docker container with JSON modules in Dapr self hosted mode, using Dapr init CLI command ## Release Note...

area/cli
P1
size/S
triaged/resolved
kind/enhancement

## Describe the proposal Add git commit hash to version output, similar to https://github.com/dapr/cli/issues/599 https://github.com/dapr/dapr/issues/3341

## Describe the proposal This feature in implemented in dapr runtime: https://github.com/dapr/dapr/issues/2906 It should be added to the SDK. Once implemented, it will also resolve https://github.com/dapr/java-sdk/issues/569 Also, add integration tests...

kind/enhancement
good first issue
triaged/resolved
area/actor/runtime
P1
size/S
kind/enhancement-runtime-dependency

Per work items below, the syntax of the state query JSON has been slightly changed, to make it more intuitive: https://github.com/dapr/components-contrib/issues/1490 https://github.com/dapr/components-contrib/pull/1491 https://github.com/dapr/components-contrib/pull/1500 https://github.com/dapr/docs/pull/2195 Please validate this change in the...

enhancement
P2
pinned

The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK.

This feature is implemented in dapr runtime: dapr/dapr#3662 It should be available via the SDK