(no title)
mukunda_johnson | 1 year ago
I kind of do wish we had goroutine local storage though :) Passing down the context of the request everywhere is ugly.
mukunda_johnson | 1 year ago
I kind of do wish we had goroutine local storage though :) Passing down the context of the request everywhere is ugly.
kflgkans|1 year ago
I've seen plenty of issues in Java codebases where there was an assumption some item was in the Thread Local storage (e.g. to add some context to a log statement or metric) and it just wasn't there (mostly because code switched to a different thread, sometimes due to a "refactor" where stuff was renamed in one place but not in another).
pm90|1 year ago
arccy|1 year ago
rednafi|1 year ago
PaulKeeble|1 year ago