Conflation set to true (con=true) in the stream message means that multiple stream updates have been pushed in the same cycle.
This can happen due to the following reasons:
- The client socket buffer for the connection needs to be read (cleared) by the client in order for the Stream API to push the next cycle, if not the current update is skipped, and pushed with the next cycle resulting in "con = true".
- The client subscription message has the "conflateMs" parameter set to a value greater than '0'.
- The Stream API has a slow publishing cycle resulting in multiple updates being pushed in the same message.
Comments
0 comments
Article is closed for comments.