佳瑶

Results 6 issues of 佳瑶

直接在项目里面配置一个json文件, 然后有需要的用户fork一份, 编辑对应的json文件来使用github action运行就行了, 没必要拉取到本地执行

enhancement

Ⅰ. Describe what this PR did AT mode supports the OceanBase Oracle kernel Fork from https://github.com/hsien999/seata/tree/feature_support_oceanbase Because the original pull request was based on an older version, which conflicted with...

Do Not Merge

敖老师您好, 我想请问关于self-host部署模式中, 两个dapr组件通过mDNS进行地址发现的一些小问题, 希望您能解答. 1. 在serviceA的dapr打算调用serviceB的dapr时, 对于mDNS解析请求ResolveRequest中, 下图的d.grpcPort是指serviceA的dapr的grpcPort吗? 传入自身端口有什么意义呢? 该端口是否会被直接丢弃? ![image](https://user-images.githubusercontent.com/22891632/211755129-a040ec72-3297-4a48-b15c-484ffce46c7c.png) 2. 由于dpar启动时若没有指定grpc端口则随机选择空闲端口, 若serviceA的dapr第一次请求serviceB成功后缓存了serviceB的dapr的grpc端口, 但此时serviceB的dapr重启了, 重新选择了端口, 是否意味着, serviceA的下一次请求必然会失败然后重新缓存?

When using **hibernate-reactive-panache-quickstart**, pom.xml is only the **quarkus-hibernate-reactive-panache** dependency needed, is **quarkus-hibernate-reactive** redundant? ``` io.quarkus quarkus-hibernate-reactive-panache io.quarkus quarkus-hibernate-reactive ```