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

Sharing Project as Event Using Kafka #14

Closed
seyedali-dev opened this issue May 12, 2024 · 0 comments · Fixed by #32
Closed

Sharing Project as Event Using Kafka #14

seyedali-dev opened this issue May 12, 2024 · 0 comments · Fixed by #32
Assignees
Labels
enhancement Enhance a feature new feature New feature testing Implement testing

Comments

@seyedali-dev
Copy link
Owner

When using a microservices architecture, different services may need to share state or communicate with each other. Here’s how Kafka can play a role:

  • Event-Driven Architecture: When a new time entry is created, an event can be published to Kafka, and other services (like reporting or invoicing) can subscribe to these events and react accordingly.
@seyedali-dev seyedali-dev added enhancement Enhance a feature new feature New feature testing Implement testing labels May 12, 2024
@seyedali-dev seyedali-dev self-assigned this May 12, 2024
@seyedali-dev seyedali-dev changed the title Sharing TimeEntry as Event Using <kbd>Kafka</kbd> Sharing TimeEntry as Event Using Kafka May 12, 2024
@seyedali-dev seyedali-dev linked a pull request Jun 4, 2024 that will close this issue
@seyedali-dev seyedali-dev changed the title Sharing TimeEntry as Event Using Kafka Sharing Project as Event Using Kafka Jun 4, 2024
seyedali-dev added a commit that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance a feature new feature New feature testing Implement testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant