[GitHub] [servicecomb-java-chassis] zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-05 Thread GitBox
zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-595207392 SpringMVC本身可以根据Bean名称前缀进行排除,CSE是不是可以考虑生成Bean的时候按这个规范来生成啊

[GitHub] [servicecomb-java-chassis] zhufeizzz opened a new issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-05 Thread GitBox
zhufeizzz opened a new issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622 ``` @RestSchema(schemaId = "RepeatServiceA") @RequestMapping(path = "/rest/repeat-a") public class RepeatService @RestController("RepeatServiceB")

[GitHub] [servicecomb-java-chassis] heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么?

2020-03-05 Thread GitBox
heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么? URL: https://github.com/apache/servicecomb-java-chassis/issues/1616#issuecomment-595150048 你的使用场景是啥? This is an automated message from the

[GitHub] [servicecomb-java-chassis] heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么?

2020-03-05 Thread GitBox
heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么? URL: https://github.com/apache/servicecomb-java-chassis/issues/1616#issuecomment-595149579 暂时没有把这个开放出来. This is an automated message from

[GitHub] [servicecomb-java-chassis] Bluselye commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置?

2020-03-05 Thread GitBox
Bluselye commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置? URL: https://github.com/apache/servicecomb-java-chassis/issues/1611#issuecomment-595155650 这个可以实现,但是我们目标要求能记录到异常信息,从HttpClientFilter中记录不到异常信息,异常会在产生后抛到业务层去。

[GitHub] [servicecomb-java-chassis] heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么?

2020-03-05 Thread GitBox
heyile commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么? URL: https://github.com/apache/servicecomb-java-chassis/issues/1616#issuecomment-595155467 海石已经回了, 可以在 #1611 中讨论 This is an automated

[GitHub] [servicecomb-java-chassis] heyile edited a comment on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么?

2020-03-05 Thread GitBox
heyile edited a comment on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么? URL: https://github.com/apache/servicecomb-java-chassis/issues/1616#issuecomment-595155467 @yhs0092 已经回了, 可以在 #1611 中讨论 This is an

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置?

2020-03-05 Thread GitBox
yhs0092 commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置? URL: https://github.com/apache/servicecomb-java-chassis/issues/1611#issuecomment-595161235

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置?

2020-03-05 Thread GitBox
yhs0092 commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置? URL: https://github.com/apache/servicecomb-java-chassis/issues/1611#issuecomment-595154386 经过Java-Chassis发出去的REST请求都会经过`HttpClientFilter`,做一个扩展实现来打印日志应该可以满足需求吧:

[GitHub] [servicecomb-java-chassis] Bluselye commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么?

2020-03-05 Thread GitBox
Bluselye commented on issue #1616: ServiceComb 进行RPC调用时RestClientInvocation可以支持自已实现么? URL: https://github.com/apache/servicecomb-java-chassis/issues/1616#issuecomment-595153168 做个记录outcall.log的功能,想从框架里面做实现,目前来看不好实现 https://github.com/apache/servicecomb-java-chassis/issues/1611

[GitHub] [servicecomb-java-chassis] zhufeizzz removed a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-05 Thread GitBox
zhufeizzz removed a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-595207392 SpringMVC本身可以根据Bean名称前缀进行排除,CSE是不是可以考虑生成Bean的时候按这个规范来生成啊

[GitHub] [servicecomb-java-chassis] YYKI closed issue #1602: 请教,highway通信模式下是否可以指定ip访问特定实例的接口

2020-03-05 Thread GitBox
YYKI closed issue #1602: 请教,highway通信模式下是否可以指定ip访问特定实例的接口 URL: https://github.com/apache/servicecomb-java-chassis/issues/1602 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [servicecomb-java-chassis] Bluselye commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置?

2020-03-05 Thread GitBox
Bluselye commented on issue #1611: ServiceComb有access.log访问自身的日志,那有没有调用其他服务的outcall.log?如果有该怎么配置? URL: https://github.com/apache/servicecomb-java-chassis/issues/1611#issuecomment-595551432 使用Handler方式我试过了,请求异常时也会直接抛到业务层面,进不了handler. 一个异常日志如下:

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1619: cse是否支持schemaId或mappath粒度的契约注册控制

2020-03-05 Thread GitBox
yhs0092 commented on issue #1619: cse是否支持schemaId或mappath粒度的契约注册控制 URL: https://github.com/apache/servicecomb-java-chassis/issues/1619#issuecomment-595643322 对于ServiceComb体系下的微服务而言,一个微服务的版本确定时,它的接口也是确定的。所以同一个微服务同一个版本的实例分两拨,一拨注册这些接口契约,另一拨注册那些接口契约,这种事情在ServiceComb的概念下是说不通的。

[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1623: [SCB-1795] when use query object, sdk don't support fluent setter

2020-03-05 Thread GitBox
coveralls commented on issue #1623: [SCB-1795] when use query object, sdk don't support fluent setter URL: https://github.com/apache/servicecomb-java-chassis/pull/1623#issuecomment-595645789 [![Coverage

[GitHub] [servicecomb-java-chassis] heyile opened a new pull request #1623: [SCB-1795] when use query object, sdk don't support fluent setter

2020-03-05 Thread GitBox
heyile opened a new pull request #1623: [SCB-1795] when use query object, sdk don't support fluent setter URL: https://github.com/apache/servicecomb-java-chassis/pull/1623 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a