You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: