apache / apache/servicecomb-java-chassis
[FEATURE] - 是否能够提供一种不需要契约的通信方式
Open
enhancement
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
### Problem this feature would solve
如题。是否能够提供一种不需要契约的通信方式
### Describe the solution
契约虽然让服务消费方式变的简单,但是对于我们的服务可能会面临升级后契约不兼容,而且面临数据丢失重注册性能等问题,契约的维护已经是我们的一个负担。
理论上使用resttemplate的调用方式可以不用契约,因为用户已经组装了rest格式。社区是否考虑使用配置的方式或者提供一种新的接口,让服务间调用不使用契约。
如果社区有意向,我很愿意去分析这个提议的方案。
@liubao68
### Alternatives considered
_No response_
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.