wujimin commented on issue #1085: Try to support spring-cloud-gateway URL: https://github.com/apache/servicecomb-java-chassis/issues/1085#issuecomment-460027429 Clear and concrete contract is very important I've seen many projects where the input/output of methods is abstract, such as Object, which looks very flexible and can express anything. But a very bad result is that no one can tell what its input/output is. Everything is hidden in the implementation logic. A method has different inputs/outputs in different scenarios, and one method has many different functions. Such projects must rely on manual maintenance documentation to describe their own contracts, but no project can synchronize documents and actual implementations in a timely manner. So, so far, ServiceComb still recommends using explicit input/output so that the framework can automatically generate the correct contract, automatically supporting governance, and without having to manually maintain the contract document.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
