apache / servicecomb-java-chassis

ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
Apache License 2.0
1.9k stars 806 forks source link

为什么最新版本3.0.0中没有HttpServerFilter这个类? #4409

Closed lzj722 closed 4 days ago

lzj722 commented 1 month ago

image

liubao68 commented 1 month ago

3.0.0做了重构了,使用 Filter 替换了 HttpClientFilter , HttpServerFilterHandler。 参考: https://servicecomb.apache.org/references/java-chassis/zh_CN/references-handlers/intruduction.html 。 版本介绍参考: https://servicecomb.apache.org/references/java-chassis/zh_CN/introduce3.x.x.html