You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One breakthrough that might happen is if we manage to run Ballista directly in lambda functions thanks to TCP whole punching: https://vtechworks.lib.vt.edu/bitstream/handle/10919/103627/Moyer_DW_T_2021.pdf?sequence=1 In that case, the design of Buzz could be simplified a lot! Instead of having HCombs to act as reducers, HBees could communicate directly together! We wond only need one server that takes care of doing the hole puncing!
Replace
println
calls with Tracing (by tokio).Cf experiements on the
logger
feat branch.Objectives:
This is less critical if #4 is implemented.
The text was updated successfully, but these errors were encountered: