apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.43k stars 2.92k forks source link

shenyu api doc usage method #4946

Open nautLiu opened 1 year ago

nautLiu commented 1 year ago

Question

May I ask if it is currently usable and if there are any usage documents available

nautLiu commented 1 year ago

Dubbo used by interface provider

moremind commented 1 year ago

use shenyu api doc or swagger for shenyu 2.6.0

nautLiu commented 1 year ago

image After reading the source code, it was found that the method 'org. apache. shenyu. register. client. api. shenyuClientRegisterRepository#persistApiDoc' is only implemented by the method 'org. apache. shenyu. register. client. API. FailbackRegistryRepository'. Can it be used if registered through zookeeper?

moremind commented 1 year ago

image After reading the source code, it was found that the method 'org. apache. shenyu. register. client. api. shenyuClientRegisterRepository#persistApiDoc' is only implemented by the method 'org. apache. shenyu. register. client. API. FailbackRegistryRepository'. Can it be used if registered through zookeeper?

yes

nautLiu commented 1 year ago

image After reading the source code, it was found that the method 'org. apache. shenyu. register. client. api. shenyuClientRegisterRepository#persistApiDoc' is only implemented by the method 'org. apache. shenyu. register. client. API. FailbackRegistryRepository'. Can it be used if registered through zookeeper?

yes

There are plans to support zookeeper in the future?

lianjunwei commented 1 year ago

There are currently no plans.