Yaron Schneider

Results 27 issues of Yaron Schneider

## Describe the proposal Implement the Transactions interface for Cassandra. That would make Cassandra be able to operate multi-operation transactions and be certified for an Actor state store for Dapr.

area/runtime/state
P2
pinned

We need to add request count and error rates for: * Retries * Circuit Breakers * Timeouts The label should contain the component name and namespace. Before Merging complete docs...

kind/enhancement
area/resiliency

Currently dead letter topics can only be set using programmatic subscriptions. In order to add DLT support to declarative (YAML) subscriptions, the [Subscription CRD](https://github.com/dapr/dapr/blob/master/charts/dapr/crds/subscription.yaml) needs to be updated to include...

P1
kind/enhancement

This PR has `daprd` wait for the duration of the specified grace period before cleaning actors and closing the API servers. Closes https://github.com/dapr/dapr/issues/4451. *Needs further testing, do not merge*.

do-not-merge
stale

Address comments from https://github.com/dapr/dapr/pull/4808/files.

P1

The [Configuration API type](https://github.com/dapr/dapr/blob/master/pkg/apis/configuration/v1alpha1/types.go) needs to be updated to include the `otel` section and the [Configuration CRD schema](https://github.com/dapr/dapr/blob/master/charts/dapr/crds/configuration.yaml) regenerated.

P1
area/configuration

Deployed the following on AKS, 1.11.5 with RBAC: kubectl apply -f https://raw.githubusercontent.com/containerbuilding/cbi/master/cbi-latest.yaml Response: namespace/cbi-system created error: error validating "https://raw.githubusercontent.com/containerbuilding/cbi/master/cbi-latest.yaml": error validating data: [ValidationError(CustomResourceDefinition.status): missing required field "conditions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus, ValidationError(CustomResourceDefinition.status):...

kind/bug
area/crd

Add docs for the https://github.com/dapr/components-contrib/pull/1873 output binding under Reference. Open the PR against the v1.9 branch. cc @RcXu

content/missing-information

https://github.com/dapr/components-contrib/issues/1808

content/missing-information

## Describe the proposal CQRS is a common microservices pattern. We should have a How To or even a complete sample showing how to implement query and write segregation using...

P2
area/runtime/state