finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Allow Shared Stream HttpMulticaster Timeout based on timeoutMs #138

Closed robmoffat closed 3 years ago

robmoffat commented 3 years ago

Feature Request

At the moment, the timeout is fixed, and so it's sometimes the case that suppression messages don't make it, and the servers wake up and take over leadership too quickly.

This doesn't break anything for the user, it just means that leadership gets hopped about a lot on Fabric, and that means we see more leader messages than we need to.

robmoffat commented 3 years ago

Also we should raise this to warn level on the debug - we need to put these things in the log so that application owners can see this happening.

robmoffat commented 3 years ago

Although we still get contention, this is a lot less severe with longer timeouts. Closing