我正在使用'linkTo'对我的事件进行投影,以按照Rob Ashton(http://codeofrob.com/entries/re-partitioning-streams-in-the-event-store-for-better-projections.html)的建议创建一个单独的流,但它不起作用。
我甚至尝试创建一个跨所有流中的所有事件运行的项目,但仍然没有使用linkTo创建流,如下图所示:
需要对“linkTo”进行哪些更改才能实际创建流?我正在使用EventStore 2.0.1 for .NET在Windows 8上运行。我可以在Event Store控制台中看到以下内容:
[03284,13,11:16:44.614] Enabling 'Test' projection
[03284,13,11:16:44.663] 'Test' projection source has been written
[03284,14,11:16:44.663] Creating an event distribution point at 'C:0/P:-1'
[03284,14,11:16:44.663] The 'de018cce-02dc-41fa-b0ee-09422fa69ce6' projection subscribed to the 'e0bf8ffc-64a2-4882-8051
-646f4f0e8c39' distribution point
[03284,14,11:16:44.705] The 'de018cce-02dc-41fa-b0ee-09422fa69ce6' subscription has unsubscribed (reader: e0bf8ffc-64a2-
4882-8051-646f4f0e8c39)
答案 0 :(得分:0)