You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "yanghao605 (via GitHub)" <gi...@apache.org> on 2023/07/05 09:46:03 UTC

[GitHub] [servicecomb-java-chassis] yanghao605 opened a new issue, #3851: Java-Chassis是否可以使用SpringBoot中提供的SseEmitter能力?

yanghao605 opened a new issue, #3851:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3851

   服务端可以通过SpringBoot的SseEmitter推送消息到客户端,Servicecomb-Java-Chassis有支持这个能力吗?我这边看好像没办法使用


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3851: Java-Chassis是否可以使用SpringBoot中提供的SseEmitter能力?

Posted by "liubao68 (via GitHub)" <gi...@apache.org>.
liubao68 commented on issue #3851:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3851#issuecomment-1622887509

   java chassis目前主要还是提供RPC, SseEmitter 不支持。 不过你依然可以考虑 Spring Boot Servlet模式集成 java chassis, 对外暴露Spring MVC给前端使用。内部访问其他服务走java chassis的RPC。 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] yanghao605 commented on issue #3851: Java-Chassis是否可以使用SpringBoot中提供的SseEmitter能力?

Posted by "yanghao605 (via GitHub)" <gi...@apache.org>.
yanghao605 commented on issue #3851:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3851#issuecomment-1622921909

   那是否可以基于ProduceProcessor做扩展实现这个能力


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 closed issue #3851: Java-Chassis是否可以使用SpringBoot中提供的SseEmitter能力?

Posted by "liubao68 (via GitHub)" <gi...@apache.org>.
liubao68 closed issue #3851: Java-Chassis是否可以使用SpringBoot中提供的SseEmitter能力?
URL: https://github.com/apache/servicecomb-java-chassis/issues/3851


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org