banandh
banandh
Currently using Spring Resiliance 4J retry and circuit breaker. Application is based on Spring gRPC. gRPC contains different status Code 16 - unavailable where as 404 for HTTP REST. So...
Hi - I have a proto defined with ANY as type message Request{ google.protobuf.Any request = 1; } message Response{ google.protobuf.Any response = 1; } How does this tool helps...
Hi, Was checking options to include gRPC validation in proto file and protoc-gen-validate can add validator method in the generated class and validates the rules mentioned in the proto file....
About gRPC Channel gRPC channel -A gRPC channel provides a connection to a gRPC server on a specified host and port. Does @GrpcClient creates new channel everytime or it reuses...
### Use case Hi- Currently Mapstruct supports the mapping definition via annotation on the java objects. I would like to use the same mapping via XML file. Dozer has the...
Hi - Planning to use this implementation for generating transaction Id for distributed system. Would like to understand how it generates unique number in different criteria.1. Sub-Nano second latency request....
I have installed the open telemetry collector helm, for sometime the collector container was in running mode and now for a long time its not in running and the issue...
Hi - This is the first time trying to integrate OTel collector and application in kubernetes, earlier have integrated in local without containerisation. I tried deploying the demo chart but...