Cully
Cully
Per this thread: (screen shot captured to preserve longer than Slack) https://temporalio.slack.com/archives/CTRCR8RBP/p1640050211132400  
TLS docs are missing description of [SystemWorker settings](https://github.com/temporalio/temporal/blob/c121a7d3bcba00da97fc29244243a6fd17c95aee/common/config/config.go#L116) that were introduced a year ago to simplify configuration of TLS for the worker service. This was discovered while working on [this...
Build is expected to fail - this depends on https://github.com/temporalio/documentation/pull/1555
Per this slack thread: https://temporalio.slack.com/archives/CTRCR8RBP/p1642723886348800 References this community thread: https://community.temporal.io/t/unable-error-when-doing-add-search-attribute/3533
Provide an automated path to migrate in-prod adopters to newer versions of the resonate server.
## Expected Behavior Be able to use resonate.run in a frontend framework like svelte ## Actual Behavior Get this error: ``` root.svelte:46 [HMR][Svelte] Unrecoverable HMR error in : next update...
## Summary - add a pluggable authentication package with basic/JWT support plus helpers and tests - integrate the new authenticator across HTTP and poll subsystems and expose listener helpers -...
When initializing Resonate, the options should support registering two functions: - encrypt - decrypt If those are registered, the the SDK should automatically use those on param and return values.