How to Implement Server-Side Interceptors for Logging GRPC Requests
#kotlin #grpc #logging #serversideinterceptors #grpcrequests #concurrentlinkedqueue #serversidelogging #servercall
https://hackernoon.com/how-to-implement-server-side-interceptors-for-logging-grpc-requests
#kotlin #grpc #logging #serversideinterceptors #grpcrequests #concurrentlinkedqueue #serversidelogging #servercall
https://hackernoon.com/how-to-implement-server-side-interceptors-for-logging-grpc-requests
Hackernoon
How to Implement Server-Side Interceptors for Logging GRPC Requests
There is ForwardingServerCallListener that gives calls to the next listener in the chain. We will extend this class and override the method onMessage.
How to Implement Client-Side Interceptors for Logging GRPC Requests
#kotlin #grpc #serverside #backenddevelopment #grpcrequestsguide #clientsideinterceptors #clientcalllistener #programmingimplementguide
https://hackernoon.com/how-to-implement-client-side-interceptors-for-logging-grpc-requests
#kotlin #grpc #serverside #backenddevelopment #grpcrequestsguide #clientsideinterceptors #clientcalllistener #programmingimplementguide
https://hackernoon.com/how-to-implement-client-side-interceptors-for-logging-grpc-requests
Hackernoon
How to Implement Client-Side Interceptors for Logging GRPC Requests
Our implementation will be straightforward; we will store requests and responses in Queues, and then put this data to MDC.
Leveraging Yandex Pandora: Stress Testing GRPC and Flatbuffer Services
#performancetesting #yandextank #yandexpandora #loadtest #golang #pandora #grpc #flatbuffers
https://hackernoon.com/leveraging-yandex-pandora-stress-testing-grpc-and-flatbuffer-services
#performancetesting #yandextank #yandexpandora #loadtest #golang #pandora #grpc #flatbuffers
https://hackernoon.com/leveraging-yandex-pandora-stress-testing-grpc-and-flatbuffer-services
Hackernoon
Leveraging Yandex Pandora: Stress Testing GRPC and Flatbuffer Services
Yandex Tank stress tests with Pandora for grpc and flatbuffer. Golang integration guide. Custom scenarios and load setup for robust service performance
FlutBuffers in 2024: Can We Recreate Old Success? Performance Optimization Takes Center Stage!
#grpc #serialization #applicationperformance #flatbuffers #json #mobileappdesign #mobileappperformance #performancetesting
https://hackernoon.com/flutbuffers-in-2024-can-we-recreate-old-success-performance-optimization-takes-center-stage
#grpc #serialization #applicationperformance #flatbuffers #json #mobileappdesign #mobileappperformance #performancetesting
https://hackernoon.com/flutbuffers-in-2024-can-we-recreate-old-success-performance-optimization-takes-center-stage
Hackernoon
FlutBuffers in 2024: Can We Recreate Old Success? Performance Optimization Takes Center Stage!
Explore mobile app backend optimization—JSON, Protobuf, and FlatBuffers. Evolve from limited funds to high-performance solutions. DIY
Choosing the Best Protocol: gRPC vs. Apache Thrift
#golang #microservices #grpc #protocol #communicationprotocol #grpcvsapachethrift #shouldiuseapachethrift #shouldiusegrpc
https://hackernoon.com/choosing-the-best-protocol-grpc-vs-apache-thrift
#golang #microservices #grpc #protocol #communicationprotocol #grpcvsapachethrift #shouldiuseapachethrift #shouldiusegrpc
https://hackernoon.com/choosing-the-best-protocol-grpc-vs-apache-thrift
Hackernoon
Choosing the Best Protocol: gRPC vs. Apache Thrift
The choice of communication protocol can significantly impact your applications' performance, scalability, and maintainability.
gRPC-Secret: Mastering Deadlines, Timeouts, and Custom Contexts
#golang #grpc #microservicearchitecture #microservices #grpcguide #requesttimeouts #hackernoontopstory #grpcdeadlinedefinition
https://hackernoon.com/grpc-secret-mastering-deadlines-timeouts-and-custom-contexts
#golang #grpc #microservicearchitecture #microservices #grpcguide #requesttimeouts #hackernoontopstory #grpcdeadlinedefinition
https://hackernoon.com/grpc-secret-mastering-deadlines-timeouts-and-custom-contexts
Hackernoon
gRPC-Secret: Mastering Deadlines, Timeouts, and Custom Contexts
gRPC is an open-source remote procedure call (RPC) framework. It enables efficient and scalable communication between services.
Poor Network Conditions? No Problem! gRPC and WebRTC for Robots Can Help
#grpc #robotics #webrtc #programming #softwarearchitecture #viamopensourcerobotics #realtimerobotcontrol #hackernoontopstory
https://hackernoon.com/poor-network-conditions-no-problem-grpc-and-webrtc-for-robots-can-help
#grpc #robotics #webrtc #programming #softwarearchitecture #viamopensourcerobotics #realtimerobotcontrol #hackernoontopstory
https://hackernoon.com/poor-network-conditions-no-problem-grpc-and-webrtc-for-robots-can-help
Hackernoon
Poor Network Conditions? No Problem! gRPC and WebRTC for Robots Can Help
Discover how Viam's open-source robotics software leverages gRPC and WebRTC for real-time robot control and machine communication.
Your Architecture Cheat Sheet to API Design Styles
#softwarearchitecture #apidevelopment #apidesign #softwaredevelopment #apiprotocols #grpc #graphql #eda
https://hackernoon.com/your-architecture-cheat-sheet-to-api-design-styles
#softwarearchitecture #apidevelopment #apidesign #softwaredevelopment #apiprotocols #grpc #graphql #eda
https://hackernoon.com/your-architecture-cheat-sheet-to-api-design-styles
Hackernoon
Your Architecture Cheat Sheet to API Design Styles
Architecture Cheet Sheet – API Design Styles. REST, gRPC, GraphQL, Event Driven Architecture.
Introducing FauxRPC: How Does it Work?
#protobuf #grpc #connectrpc #rest #api #testing #microservices #fauxrpc
https://hackernoon.com/introducing-fauxrpc-how-does-it-work
#protobuf #grpc #connectrpc #rest #api #testing #microservices #fauxrpc
https://hackernoon.com/introducing-fauxrpc-how-does-it-work
Hackernoon
Introducing FauxRPC: How Does it Work?
FauxRPC is a powerful tool that makes fake gRPC/gRPC-Web/Connect and REST servers from protobuf
gRPC Between Web and Server: A Simple gRPC Communication
#grpc #grpcweb #envoyproxy #goprogramminglanguage #go #javascript #websitedevelopment
https://hackernoon.com/grpc-between-web-and-server-a-simple-grpc-communication
#grpc #grpcweb #envoyproxy #goprogramminglanguage #go #javascript #websitedevelopment
https://hackernoon.com/grpc-between-web-and-server-a-simple-grpc-communication
Hackernoon
gRPC Between Web and Server: A Simple gRPC Communication
A simple gRPC communication between a web browser and server with an Envoy proxy.