Does Wolkenkit event-sourcing have a scheduler?

久未见 提交于 2019-12-11 09:03:19

问题


I'd like to schedule time-triggered actions to fire off events at both intervals and specific times. This would be useful if I needed to say, change the aggregate state with some events like meetingStarted and meetingEnded based on something like a start_at and end_at for a room-booking service.


回答1:


Right now, wolkenkit does not have a scheduler like this. Adding this is on the roadmap, but currently it's not yet implemented.

Please note that I am one of the developers of wolkenkit, so please take my answer with a grain of salt.



来源:https://stackoverflow.com/questions/49618467/does-wolkenkit-event-sourcing-have-a-scheduler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!