GRPC Java caches old DNS entry and does not retry to get a new entry
Similar to Java Grpc: invalidate dns cache but more specific to a Docker development environment where services can come up
Continue readingDocker questions and answers
Similar to Java Grpc: invalidate dns cache but more specific to a Docker development environment where services can come up
Continue readingI have the following application structure: Web application -> Nuxt.js REST API -> .NET Core 2.2 (Output type: Console Application)
Continue readingHi I have created GRPC project using .Net 5. Below is my Docker file. FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base WORKDIR /app
Continue readingI have gRPC server in scala Play Framework which exposes gRPC hello world example service on port 9000. I’m trying
Continue readingI’m trying to deploy a gRPC server with kubernetes, and connect to it outside the cluster. The relevant part of
Continue readingMy build.sbt file has some configuration to use AkkaGrpcPlugin and DockerPlugin because I am publishing the image at docker hub.
Continue readingEnvs $ protoc –version libprotoc 3.7.1 $ docker-compose –version docker-compose version 1.22.0, build f46880fe $ docker –version Docker version 20.10.0-beta1,
Continue readingEnvs $ protoc –version libprotoc 3.7.1 $ docker-compose –version docker-compose version 1.22.0, build f46880fe $ docker –version Docker version 20.10.0-beta1,
Continue readingI have just chosen my final project subject which is gRPC vs REST APIs. I have chosen it mainly because
Continue readingI’m developing some python microservices with grpc and i’m using docker for the cassandra database and the microservices. Is there
Continue reading