Skip to content

Commit

Permalink
fix: Fix a typo (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Apr 8, 2024
1 parent 93f20c6 commit 19dbf4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ custom_edit_url: https://github.com/higress-group/higress-group.github.io/blob/m
Higress提供了从HTTP协议到Dubbo协议进行转换的功能,用户通过配置协议转换,可以将一个Dubbo服务以HTTP接口暴露出来,从而用HTTP请求实现对Dubbo接口的调用。本文将通过一个示例来介绍如何用Higress配置HTTP到Dubbo的协议转换。

## 前提条件
1. Higress目前支持的Dubbo框架的版本为2.x。若您使用Dubbo3.0,要求使用dubbo协议(目前暂不支持Triple协议,Tiple协议底层基于gRPC,可以直接代理,无需做协议转化)。
1. Higress目前支持的Dubbo框架的版本为2.x。若您使用Dubbo3.0,要求使用dubbo协议(目前暂不支持Triple协议。Triple协议底层基于gRPC,可以直接代理,无需做协议转化)。

## 部署Dubbo服务

Expand Down

0 comments on commit 19dbf4d

Please sign in to comment.