Gregory Haskins
Gregory Haskins
I did try this, but there are a few things in the Temporal Cassandra driver that are not compatible with YB. One of them was that you need to enable...
Manetu may be interested in sponsoring/tackling this. Is there any guidance as far as how best to develop/propose a PR of this nature that has a shot of being merged...
@spencerwilson I took a crack at the first part: https://github.com/protojure/google.protobuf/pull/9
Hi there, Can you show me the trace of how grpcurl -rpc-headers sends its request? In the meantime, let me show you how we set the “Authorization: Bearer xxx” header:...
The arity-3 is normal for a unary function, arity-4 is for streaming. Sorry for the confusion As to your problem, try removing the colon, eg. @(version-client/GetVersion client {"authn-token" "TOKEN"} {})...
Hi Kevin, In theory, you should be able to develop a “Remote Codec” server: https://docs.temporal.io/security#codec-server We haven’t tried as we also encrypt our data in a manner that, by design,...
Hi, Yeah, at the moment the SDK is fairly opinionated that its clojure-to-clojure for the reasons you highlighted. Re (1), its probably a small lift to update the invoke api...
I ran into this too, and confirmed that the following: ``` dnsNames: - 'qdrant-0.qdrant-headless' - 'qdrant-1.qdrant-headless' - 'qdrant-2.qdrant-headless' ``` works, whereas any kind of wildcarding does NOT, such as ```...
I think the solution will be as simple as ``` diff --git a/src/temporal/internal/workflow.clj b/src/temporal/internal/workflow.clj index 1d9c2cb..d1a1d5c 100644 --- a/src/temporal/internal/workflow.clj +++ b/src/temporal/internal/workflow.clj @@ -53,7 +53,8 @@ :retry-options #(.setRetryOptions %1 (common/retry-options-> %2))...
I haven't had time to spend on it, but PRs welcome. Just need to add tests in addition to the above.