Chetan Gowda

Results 20 comments of Chetan Gowda

Interesting. This is what I saw on Safari. I didn't verify in other browsers and assumed it's broken. Maybe something else is at play here. I'll take another look. ![Screenshot...

+1 to this. It would be great if we can plugin a small "transformer" function that can be applied on the column to implement custom decoding. What would be even...

PR to allow workflow tasks to specify a retry delay interval - https://github.com/temporalio/temporal/pull/5946 We still need to update the SDK to send this option before we can make this feature...

> Will let others more familiar with this repo review. But I want to confirm that some features will be present: > > * Is the user metadata on `StartWorkflowExecution`...

Hi @joshua-auchincloss I'm evaluating the feasibility of this feature. This is a very good feature to have. But not sure about the complexity it introduces. Could you please provide the...

Unfortunately the Temporal server application cannot clearly distinguish between purely read-only transactions and read-write transactions. So it's not possible for the server to route the queries appropriately.

Hi @joshua-auchincloss looks like the sql connections are all treated as read-write. There is no concept of read-only connections at the moment. A quick temporary fix for this problem could...

@vladimirovichsa I've added an entry in the server config to provide an option to specify a custom authenticator in https://github.com/temporalio/temporal/pull/6155. You just have to add the appropriate config entry in...

@vladimirovichsa thanks for confirming. Regarding adding environment variables for config entries, I'm not sure if that is the convention in Temporal repo. Mainly because there are way too many possible...

@vladimirovichsa thanks for the reference PR. I made slight modifications to make it a list. Here is the PR - https://github.com/temporalio/temporal/pull/6194. You can now set the value using `export CASSANDRA_ALLOWED_AUTHENTICATORS="org.apache.cassandra.auth.LDAPAuthenticator"`