-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring Testcontainers integration to Dapr for local spring boot development experience #1040
Comments
This is work in progress and it is coming along slowly but surely |
After building the Testcontainers integration with Dapr here: https://github.com/diagridio/testcontainers-dapr I will create a PR containing the Testcontainers module to be released as part of the Java SDK, so it can be versioned and distributed together for developers to use. This also needs to include documentation and community validation. |
As part of this work, and after the testcontainers support is merged, we are working with @artur-ciocanu to bring the Spring Boot integration to support core Spring Data and Messaging interfaces. The goal is to demonstrate that Spring developers can leverage Dapr functionalities by using constructs that they already know, as The initial implementation of these constructs does not aim to be complete, but it includes the building blocks to provide more features that can be iteratively added. The PR: #1089 (under review) The PubSub, Statestore and Binding APIs are used to implement functionality exposed by the Spring interfaces and highlights mismatches in support of different features by different Dapr components. The initial PR covers PostgreSQL and MySQL to avoid using the deprecated Query API. Artur created this issue too: #1088 which covers part of what the PR under review includes. |
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 of the Spring Boot and Dapr Java SDK integration, so it provides an out of the box experience to Spring Boot users.
I propose to adapt and move this code to the Dapr Java SDK repository so it is part of the Java SDK release stream.
The text was updated successfully, but these errors were encountered: