- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试发布没有 eventId 的事件时,我得到:
HTTP/1.1 400 Empty eventId provided.
HTTP/1.1 400 Write request body invalid
Error converting value "foo" to type 'System.Guid'
curl -i -d @event.json localhost:2113/streams/birthday-offer \
-H "Content-Type:application/vnd.eventstore.events+json"
[
{
"eventId": "foo",
"eventType": "bar",
"data": {
"who": "11111111111",
"which": "birthday-offer"
}
}
]
最佳答案
以防万一其他人遇到这个问题,答案是 EventId 是一个 Guid。
根据 the docs ,您甚至可以省略 EventId,服务器将为您提供 Id。
关于eventstoredb - EventStore 中的有效 eventId 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26917522/
我目前以以下格式存储事件 mycategory-mytype-uniqueid .在阅读网络上的各种帖子后我所理解的我应该得到一个名为 mycategory 的类别这样做。我已经写了 : fromCa
我在我的应用程序中使用 EventStore,目前想部署在我们的一个产品环境中。当我在我的电脑上开发时,EventStore 启动时没有任何问题。当我想在我们的产品服务器上启动它时,问题就来了。 Ev
顺便说一句,你如何创建一个流? I use AppendToStreamAsync directly, is this right or shall I create a stream first t
当我尝试发布没有 eventId 的事件时,我得到: HTTP/1.1 400 Empty eventId provided. 如果我用随机的东西填充 eventId,那么我得到: HTTP/1.1
尽我所能,我无法访问我在 Windows Azure 上安装的 Event Store。我完全按照 the wiki 中推荐的说明进行操作。 .是的。我在 Azure 中正确设置了端口。但无论如何,我
最近我正在学习 CQRS,并希望更改我的系统以使用事件溯源模式。 但是我发现在.Net平台上,有两个Event Store的实现。 NEventStore(formerly JOliver Event
目前我正在为我的公司项目使用 Eventstore(由 Greg Young)。在我的读取模型中,我存储已处理的事件 ID,而不是事件名称。如何使用其 ID 在 Eventstore 中找到该事件?
我是一名优秀的程序员,十分优秀!