Chapter 14. Common Design Challenges
Objectives
Complex-event processing solutions often present some significant design challenges. This chapter covers the challenges you are most likely to encounter in your designs. After reading this chapter you will be able to
• Describe how information can be shared
• Describe how locking can be used to maintain data integrity
• Describe the approaches for managing sequencing constraints
• Describe the approaches for managing event duplication
Information Sharing
As soon as a solution is modularized and those modules are deployed in different agents, the problem of sharing information between the modules arises. There are two main approaches for information sharing. One is to use an event to convey the ...
Get Architecting Complex-Event Processing Solutions with TIBCO® now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.