One of the vexing restrictions of almost every technology mentioned in the previous chapter is the limited size of messages. This leads us to the necessity of making two technical decisions regarding the notification formats: * Whether a message contains all data needed to process it or just notifies some state change has happened * If we choose the latter, whether a single notification contains data on a single change, or it might bear several such events.
Share this post
[The API Patterns] Multiplexing…
Share this post
One of the vexing restrictions of almost every technology mentioned in the previous chapter is the limited size of messages. This leads us to the necessity of making two technical decisions regarding the notification formats: * Whether a message contains all data needed to process it or just notifies some state change has happened * If we choose the latter, whether a single notification contains data on a single change, or it might bear several such events.