-
Notifications
You must be signed in to change notification settings - Fork 338
Comparing changes
Open a pull request
base repository: Netflix/atlas
base: v1.8.1
head repository: Netflix/atlas
compare: v1.8.2
- 7 commits
- 10 files changed
- 1 contributor
Commits on Feb 24, 2026
-
pekko: add warn log if byte limit is hit (#1870)
Ensures it will get logged and be easier to debug. If relying on the caller it might get burried in the pekko plumbing.
Configuration menu - View commit details
-
Copy full SHA for 3112fbf - Browse repository at this point
Copy the full SHA 3112fbfView commit details -
lwcapi: heartbeat immediately on ws connect (#1871)
When subscription delivery is delayed (e.g., due to staggered broadcast), the websocket connection could hit the idle timeout before any data flows. This was because the data source (including heartbeats) was not pushed downstream until the client sent its first subscription message. - Push the data source on the first downstream pull instead of waiting for a client message, so heartbeats flow as soon as the websocket connects. - Emit a default heartbeat with a 5s step when no subscriptions are established yet. Once subscriptions arrive, the real step-based heartbeats take over on the next tick. - Add debug logging for staggered broadcast delay.
Configuration menu - View commit details
-
Copy full SHA for 1907c42 - Browse repository at this point
Copy the full SHA 1907c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317e22c - Browse repository at this point
Copy the full SHA 317e22cView commit details -
pekko: avoid backpressure for staggered broadcast (#1873)
Allow the set of cluster members to be updated even if the downstream is still working based on the injected delays.
Configuration menu - View commit details
-
Copy full SHA for bc1e068 - Browse repository at this point
Copy the full SHA bc1e068View commit details -
Backport recent changes to 1.8.x (#1874)
* pekko: add warn log if byte limit is hit (#1870) Ensures it will get logged and be easier to debug. If relying on the caller it might get burried in the pekko plumbing. * lwcapi: heartbeat immediately on ws connect (#1871) When subscription delivery is delayed (e.g., due to staggered broadcast), the websocket connection could hit the idle timeout before any data flows. This was because the data source (including heartbeats) was not pushed downstream until the client sent its first subscription message. - Push the data source on the first downstream pull instead of waiting for a client message, so heartbeats flow as soon as the websocket connects. - Emit a default heartbeat with a 5s step when no subscriptions are established yet. Once subscriptions arrive, the real step-based heartbeats take over on the next tick. - Add debug logging for staggered broadcast delay. * pekko: remove redundant unit in log message (#1872) * pekko: avoid backpressure for staggered broadcast (#1873) Allow the set of cluster members to be updated even if the downstream is still working based on the injected delays.
Configuration menu - View commit details
-
Copy full SHA for b48f791 - Browse repository at this point
Copy the full SHA b48f791View commit details
Commits on Feb 25, 2026
-
pekko: add a monitored buffer operation (#1875)
This works similar to `Flow.buffer(size, dropNew)`, but has counters for the number of buffered and dropped events.
Configuration menu - View commit details
-
Copy full SHA for 1658be3 - Browse repository at this point
Copy the full SHA 1658be3View commit details -
eval: add output buffer for stream (#1876)
Helps to avoid backpressure from the consumer causing connection noise.
Configuration menu - View commit details
-
Copy full SHA for fdac3d3 - Browse repository at this point
Copy the full SHA fdac3d3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.1...v1.8.2