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

mvn-sync: Integrate Kafka for notifications #3

Open
Aklakan opened this issue Feb 18, 2024 · 0 comments
Open

mvn-sync: Integrate Kafka for notifications #3

Aklakan opened this issue Feb 18, 2024 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented Feb 18, 2024

Current the file system watch directly triggers the sync action.
Instead, the file system watch should send a message via kafka which gets picked up by a receiver that triggers the sync action.
This significantly improved decoupling of components; especially it becomes possible to trigger sync with manually crafted events (without the need for file system changes).

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

No branches or pull requests

1 participant