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
protojure.grpc.client.api is supposed to be provider independent client API to invoke GRPC requests. However, there seems to be no way to instantiate the Provider (even if we explicitly have all the dependencies)
(require '[protojure.grpc.client.providers.http2 :as grpc.http2])
Syntax error compiling at (protojure/internal/grpc/client/providers/http2/core.clj:6:1).
namespace 'protojure.internal.grpc.client.providers.http2.jetty' not found
(require '[protojure.internal.grpc.client.providers.http2.jetty :as x])
Syntax error compiling at (*cider-repl getaroom/price_sheet:localhost:63710(clj)*:29:19).
namespace 'protojure.internal.grpc.client.providers.http2.jetty' not found
(require '[protojure.internal.grpc.client.providers.http2.core :as x])
Syntax error compiling at (protojure/internal/grpc/client/providers/http2/core.clj:6:1).
namespace 'protojure.internal.grpc.client.providers.http2.jetty' not found
I have also tried checking out back to 2.0.1 (release back in january 2022) following the documentation
I feel like I may have missed something obvious here. Appreciate any help! Thank you
Note: will make repro project tomorrow
The text was updated successfully, but these errors were encountered:
protojure.grpc.client.api is supposed to be provider independent client API to invoke GRPC requests. However, there seems to be no way to instantiate the Provider (even if we explicitly have all the dependencies)
I have also tried checking out back to 2.0.1 (release back in january 2022) following the documentation
I feel like I may have missed something obvious here. Appreciate any help! Thank you
The text was updated successfully, but these errors were encountered: