Harshit Nagpalhungrybias.hashnode.dev·May 21, 2024Using gRPC API (Python) to make a callRequirement: Python 3.x version IDE (Suggestion VS code) pip version 9.0.1 or higher Pre-requisite knowledge: Basic understanding of RPC Basic understanding of protocol buffers What is gRPC? Imagine you want to communicate with a friend who ...Discuss·10 likesApache Dubbo
Harshit Nagpalhungrybias.hashnode.dev·May 7, 2024Setting up a Local Server and Making an RPC Call: A Step-by-Step Guide (Using Python)Introduction This guide will walk you through the process of setting up a local server and making a Remote Procedure Call (RPC) using Python. We will cover everything from installing the required tools to running the server and making the RPC call. B...DiscussPython
Harshit Nagpalhungrybias.hashnode.dev·Apr 16, 2024Comprehensive Guide to Apache Dubbo - Building a Provider-Consumer DemoThis guide will take you through the step-by-step process of creating a simple Apache Dubbo demo with a provider and a consumer. It is designed for beginners, providing detailed explanations for each step. By the end of this guide, you should have a ...DiscussApache Dubbo
Harshit Nagpalhungrybias.hashnode.dev·Apr 4, 2024Dubbo Spring Boot Starter develops micro-service applicationsAim Develop micro-service development based on Dubbo x Spring Boot from scratch to understand Dubbo x Spring Boot configuration. Difficulty low Environmental requirements System: Windows, Linux, MacOS JDK 8 and above ( recommended to use JDK17) Gi...DiscussApache Dubbo
Harshit Nagpalhungrybias.hashnode.dev·Apr 1, 2024Dubbo Microservices Deployment: Step-by-Step GuideIntroduction This guide walks you through the process of deploying a microservices application using Dubbo, a microservices framework. It covers the setup, understanding microservices calls, and utilizing Dubbo's capabilities. Background Dubbo focuse...DiscussApache Dubbo
Harshit Nagpalhungrybias.hashnode.dev·Mar 5, 2024Apache Dubbo ExplainedSuppose you are living in an era before messaging was invented now your friend lives in a different city and you want to send a message to your friend. How will you be able to do that? ………… You will use some courier or mail services. Now, when we thi...DiscussApache Dubbo