apache / apache/servicecomb-java-chassis
[FEATURE] - 是否能够提供一种不需要契约的通信方式
- 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
Research direction
No files, tests, or implementation entry points are named. Start by reviewing the existing contract-based service invocation and the RestTemplate-based alternative described in the issue, then document the compatibility, registration, and data-loss implications. Done requires an agreed design and a clear implementation scope for contract-free service calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100