addjuarez

Results 11 issues of addjuarez

# Description Currently this component expects a wrapped amqpError typed error, but an unwrapped exported typed error can be returned. The exported error includes amqp errors but will not be...

# Description Attempted to add credential checks in the init() methods of azure service bus and gcp pubsub/firestore components. For GCP Pubsub and Azure Service bus it currently involves adding...

## Describe the proposal It seems conformance tests have already been setup for cassandra. https://github.com/dapr/components-contrib/blob/master/tests/conformance/common.go#L429 Now we need to create certification tests for cassandra to graduate component to stable. Currently...

# Description Added a componentName tag to the **dapr_runtime_component_init_fail_total** metric. The metric should now be produced when init failures are logged. Also standardized component failure error logging for creation/init stages...

# Description There was a concurrency issue with actors that resulted in some actors not getting deleted from the state store. This was due to being able to unregister/delete a...

Release Coordinator: @addjuarez Release Buddy: @DeepanshuA Build and Test Champion: @addjuarez Last Day of Planning: 7/22/2022 Preflight check: 9/27/2022 Code freeze: 9/29/2022 Endgame starts: 10/2/20222 RC1 date: 10/3/2022 (earliest) Release...

pinned

The Pulsar pubsub requires certification tests to be created. Add conformance tests if not present.

The Zookeeper state store requires certification tests to be created. Add conformance tests if not present.

# Description Update configuration api to use dictionaries. ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...

awaiting dapr/dapr
do-not-merge

Signed-off-by: addjuarez # Description Migrate .net actor implementation to use grpc by default. ## Issue reference We strive to have all PR being opened based on an issue, where the...