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

feat: multi-tenancy basic message #154

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

KulkarniShashank
Copy link
Contributor

What

Basic messaging feature for multi-tenancy support in our application.

Why

To support multiple tenants, it's essential to have a messaging system that can handle communications for each tenant.

How

  • Implemented a messaging module that segregates messages based on tenant ID.
  • Added APIs to send and retrieve messages for each tenant.

Signed-off-by: KulkarniShashank <[email protected]>
Copy link

sonarcloud bot commented Jul 22, 2024

@KulkarniShashank KulkarniShashank linked an issue Jul 22, 2024 that may be closed by this pull request
2 tasks
@KulkarniShashank KulkarniShashank added the enhancement New feature or request label Jul 22, 2024
@tipusinghaw tipusinghaw merged commit 984820a into develop Jul 23, 2024
2 checks passed
@tipusinghaw tipusinghaw deleted the feat/multi-tenancy-basic-message branch July 23, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: basic message for multi-tenant
2 participants