-
I am running within Docker Desktop with two services (Agg1 and Agg2) trying to execute a gRPC call between them.
When I attempt to invoke the service method I receive a NotSupported Exception.
…
-
Hi @thinkerou,
I have switched to maven environment and am running a grpc server locally. I have compiled the proto files and stored them in the same package as the feature files, but while trying t…
YG007 updated
3 years ago
-
Hi guys,
it would be really nice to have a deep Angular support.
One can say it is supported, and, well, one can use it with Angular. However, it currently feels like an alien bird in the nest b…
-
Hi there,
Very nice pkg, I was testing it and quickly (for my use case [1]) I needed to convert from `proto` instance to `pydantic`, then I was wondering what do you think about adding a helper met…
-
## Description
Bogus counterexample claiming that `{42} \in SUBSET Nat` is false.
## Input specification
```tla
------------------------- MODULE APASubRec ------------------------------ …
lemmy updated
2 months ago
-
Currently the Port Discovery feature uses the ContainerPorts on Pods, but it should use the Service ports instead when available.
-
As described in issue https://github.com/dotnet/orleans/issues/3190 microservices become popular and of most popular solution is using protobuf with GRPC srevices.
And I think it will be more intere…
-
My setting about rag-app-text-chatbot.yaml is services:
jupyter-server:
container_name: notebook-server
image: notebook-server:${TAG:-latest}
build:
context: ../../
doc…
-
**The context**
The need for `@DirtiesContext` on all unit tests using a grpc service created by this starter greatly slows down tests, and doesn't feel like a proper solution as applications scale…
-
Splitting out an implementation task from #150, which is about documentation.
> Currently, there's no simple way to run the proxy locally, which means there's no way to run a stateful service local…