salaboy

Results 58 issues of salaboy

I didn't know how to check it... sorry if I messed it up

## Expected Behavior We should focus on maintaining and improving Spring Boot 3.x support as the default Spring Boot integration, as the 2.x release branch has already reached the "end...

kind/bug

## Describe the proposal Spring Boot developers should be able to use Testcontainers to start a local Dapr setup. This is already working here: https://github.com/diagridio/testcontainers-dapr, but this should be part...

**Please follow this checklist before submitting:** - [x] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) - [x] [Read the contribution guide](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/) - [x] Commands include...

Can you please add some example yamls for a Guestbook and Redis?

## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## What version of Dapr? 1.13.2 > 1.0.x > edge: output of...

kind/bug

We need to separate Cloud Provider specifics from the deployments themselves. Usually things like storage classes are created before running any deployment.

Currently, there are only liveness probes and it is taking a lot of time and restarts for services to wait for each other. We can improve this by making sure...

We need to figure out a clean up strategy for PVCs in GCP. After running install script several times we hit the quota for PVCs in GCP ``` Warning ProvisioningFailed...

@mcruzdev, here is a quick checklist to document progress on the reconnect implementation: - [ ] Frontend: - [x] reconnect functionality to connect with Kafka, - [x] readiness endpoint should...