SOFARPC is a high-performance Java RPC framework

SOFARPC is a high-performance Java RPC framework

2022-09-27 0 1,165
Resource Number 43558 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

The SOFARPC recommended in this issue is a highly scalable, high-performance, production-grade Java RPC framework.

Project Description

SOFARPC is committed to simplifying RPC calls between applications and providing applications with convenient, transparent, stable and efficient point-to-point remote service invocation solutions. For the convenience of users and developers to extend the functionality, SOFARPC provides a rich model abstraction and extensible interface, including filters, routing, load balancing and so on. At the same time, it provides rich microservice governance schemes around SOFARPC framework and its peripheral components.

SOFARPC is a high-performance Java RPC framework插图

Features

  • Transparent, high-performance remote service invocation
  • Supports multiple service routing and load balancing policies
  • Support for integration of multiple registries
  • Supports multiple protocols, including Bolt, Rest, Dubbo, etc.
  • Support synchronization, one-way, callback, generalization and other call methods
  • Support cluster fault tolerance, service preheating, automatic fault isolation
  • Powerful expansion function, you can expand each functional component on demand

Start using SOFABoot

Note that the code example requires a local installation of the zookeeper environment. If not, you need to delete it
Com. Alipay. Sofa. RPC. Registry. The address configuration application. The properties to use local file as a registry.

< Create project

  • Prepare the environment: SOFABoot requires JDK7 or JDK8 and needs to be compiled with Apache Maven 2.2.5 or later.
  • Building SOFABoot projects: SOFABoot is based on Spring Boot. So you can use Spring Boot’s project generation tool to generate a standard Spring Boot project.
  • Add SOFABoot dependency: The generated standard Spring Boot project uses the Spring parent dependency directly and needs to be changed to the parent dependency provided by SOFABoot. The parent dependency provides and manages the various starters provided by SOFABoot.
<parent> 
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId> 
    <version>${spring.boot.version}</version> 
    <relativePath/> 
</parent> 

Replace the above with the following:

<parent> 
    <groupId>com.alipay.sofa</groupId> 
    <artifactId>sofaboot-dependencies</artifactId> 
    <version>3.0.0</version> 
</parent> 

1.Configure application.properties: application.properties is the configuration file in the SOFABoot project. You need to configure the application name here.

spring.application.name=AppName 

2. Import RPC initiator:

<dependency>
     <groupId>com.alipay.sofa</groupId>
     <artifactId>rpc-sofa-boot-starter</artifactId>
</dependency> 

3. Declare SOFABoot’s xsd file:

In the XML configuration file to use, configure the declaration for the header xsd file as follows. This enables development using XML elements defined by SOFABoot.

<?xml version="1.0" encoding="UTF-8"?> 
<beans xmlns="http://www.springframework.org/schema/beans" 
       xmlns:xsi="http://www .w3.org/2001/XMLSchema-instance" 
       xmlns:sofa="http://sofastack.io/schema/sofaboot" 
       xmlns:context="http://www.springframework.org/schema/context" 
       xsi:schemaLocation ="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd 
            http://sofastack.io/schema/sofaboot http://sofastack .io/schema/sofaboot.xsd"

Define the service interface and implement

public interface HelloSyncService {

    String saySync(String string); 
} 
public class HelloSyncServiceImpl implements HelloSyncService { 

    @Override 
    public String saySync(String string) { 
        return string; 
    } 
} 

Publishing a service on a server

Configure the following in the xml file. When the Spring context is refreshed, SOFABoot registers the service implementation on the server side, communicates with the client through the Bolt protocol, and publishes metadata such as addresses to the registry (using local files as the registry by default).

<bean id="helloSyncServiceImpl" class="com.alipay.sofa.rpc.samples.invoke.HelloSyncServiceImpl"/> 
<sofa:service ref="helloSyncServiceImpl" interface="com.alipay.sofa.rpc. samples.invoke.HelloSyncService"
    <sofa:binding.bolt/> 
</sofa:service> 

Customer Reference Service

Configure the following in the xml file. When the Spring context is refreshed, SOFABoot generates an RPC proxy bean personReferenceBolt,. This allows you to use the bean directly in your code to make remote calls.

<sofa:reference id="helloSyncServiceReference" interface="com.alipay.sofa.rpc.samples.invoke.HelloSyncService"> 
    <sofa:binding.bolt/> 
</sofa:reference> 

Run item

The SpringBoot boot class code is as follows. The above xml file is loaded here using ImportResource.

@ImportResource({ "classpath*:rpc-sofa-boot-starter-samples.xml" }) 
@org.springframework.boot.autoconfigure.SpringBootApplication
public class SofaBootRpcSamplesApplication {
    public static void main(String[] args) {
          SpringApplication springApplication = new SpringApplication(SofaBootRpcSamplesApplication.class); 
          ApplicationContext applicationContext = springApplication.run(args);           

          HelloSyncService helloSyncServiceReference = (HelloSyncService) applicationContext 
            .getBean("helloSyncServiceReference"); 

          System.out.println(helloSyncServiceReference.saySync("sync") ); 
    } 
} 

Road map

SOFARPC is a high-performance Java RPC framework插图1

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code SOFARPC is a high-performance Java RPC framework https://ictcoder.com/kyym/sofarpc-is-a-high-performance-java-rpc-framework.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service