Skip to content
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

Feature: DAPR Integration #6

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

sonalibud
Copy link
Collaborator

Title: Feature: Dapr Integration

Description

This PR integrates Dapr into the application to enhance its microservices architecture by leveraging Dapr's capabilities such as service invocation, state management, and pub/sub messaging. This integration simplifies inter-service communication, improves scalability, and provides a standardized approach to distributed system challenges.

Methodology/Tasks Implemented

  • Service Invocation:

    • Integrated Dapr's service invocation API for inter-service communication.
    • Configured HTTP and gRPC bindings for seamless communication between services.
  • State Management:

    • Added support for Dapr's state store to persist application state.
    • Configured state store with Redis for reliable state management.
  • Pub/Sub Messaging:

    • Implemented pub/sub messaging using Dapr to enable asynchronous communication.
    • Configured message brokers and topics for event-driven workflows.

Testing

  • Manual Testing:
    • Verified service invocation between endpoints.
    • Tested state persistence and retrieval using Dapr's state store.
    • Published and subscribed to topics to validate pub/sub messaging functionality.

Estimated Time

  • Approximately 15 hours.

@sonalibud sonalibud self-assigned this Dec 24, 2024
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.

3 participants