- Apache Kafka Quick Start Guide
- Raúl Estrada
- 110字
- 2021-07-02 14:26:55
Enterprise service bus in a nutshell
Event processing consists of taking one or more events from an event stream and applying actions over those events. In general, in an enterprise service bus, there are commodity services; the most common are the following:
- Data transformation
- Event handling
- Protocol conversion
- Data mapping
Message processing in the majority of cases involves the following:
- Message structure validation against a message schema
- Given an event stream, filtering the messages from the stream
- Message enrichment with additional data
- Message aggregation (composition) from two or more message to produce a new message
This chapter is about event validation. The chapters that follow are about composition and enrichment.
推薦閱讀
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Securing WebLogic Server 12c
- Unity Game Development Scripting
- UVM實戰
- Machine Learning in Java
- Java圖像處理:基于OpenCV與JVM
- Unity Character Animation with Mecanim
- Kotlin Programming By Example
- Learning Grunt
- DB2SQL性能調優秘笈
- Android嵌入式系統程序開發(基于Cortex-A8)
- Android項目實戰:博學谷
- Learn C Programming
- 基于Docker的Redis入門與實戰
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用