Skip to content

Conversation

RaymundoZa
Copy link

This PR adds an architecture diagram to the README to help new contributors and users understand how a Java application interacts with the Dapr runtime via the Java SDK.

  • Shows how the app connects to the Dapr sidecar (HTTP or gRPC).
  • Illustrates the APIs supported (state management, pub/sub, service invocation, bindings, actors, workflows).
  • Clarifies request routing and response flow.

This addresses #915.
new_pr

@RaymundoZa RaymundoZa requested review from a team as code owners September 9, 2025 08:28
Copy link
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR 🎉 I think this is great! Just one comment from me

@RaymundoZa
Copy link
Author

RaymundoZa commented Sep 22, 2025

✅ Updated the diagram based on the review feedback:

flowchart LR
    A[End User Application] -->|HTTP or gRPC| B[Dapr Java SDK]
    B -->|Dapr API calls| C[Dapr Sidecar]
    C -->|Components| D[State Stores, Pub/Sub, Services, etc.]

    %% Optional grouping for clarity
    subgraph R[Dapr Runtime]
        C
        D
    end
Loading

Copy link
Contributor

@artur-ciocanu artur-ciocanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RaymundoZa thanks a lot for your contribution!

Could you please sign your commits. This a requirement for this repo. Otherwise we won't be able to merge your changes.

Thank you!

@artur-ciocanu
Copy link
Contributor

@cicoyle could you please check if you are OK with the changes and approve. Thank you!

Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.49%. Comparing base (d759c53) to head (3cd15ea).
⚠️ Report is 228 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1549      +/-   ##
============================================
+ Coverage     76.91%   78.49%   +1.58%     
- Complexity     1592     1913     +321     
============================================
  Files           145      215      +70     
  Lines          4843     5827     +984     
  Branches        562      649      +87     
============================================
+ Hits           3725     4574     +849     
- Misses          821      916      +95     
- Partials        297      337      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants