您的位置:首页 > 其它

1.2 Use Cases中 Event Sourcing官网剖析(博主推荐)

2017-04-26 08:46 417 查看
不多说,直接上干货!

  一切来源于官网

http://kafka.apache.org/documentation/




Event Sourcing

事件采集


Event sourcing is a style of application design where state changes are logged as a time-ordered sequence of records. Kafka's support for very large stored log data makes it an excellent backend for an application built in this style.

事件采集是一种应用程序的设计风格,其中状态的变化根据时间的顺序记录下来,kafka支持这种非常大的存储日志数据的场景。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: