-
使用的版本是0.4.19
springboot版本为1.5.10
springcloud版本为Edgware.SR3
非常感谢作者,请帮忙分析一下下面两个问题!
自己写了一个demo,一个订单服务service-order,一个库存服务service-stock,一个积分服务service-point,在订单支付完成后调用库存服务扣减库存,调用积分服务添加用户积分。这几个服务都在t…
-
I have a requirement to enable my service with hateos .Now my services are working with defferedresult and when I try using hateos on that it gives me illegal state exception .I started researching an…
-
https://github.com/Comcast/jrugged
-
# 背景
目前的网关是基于`Spring Boot 1.5.x` 和`Tomcat 8.5.x`构建,采用多线程阻塞模型,也就是说每个请求都会占用一个独立的线程资源,而线程在JVM中是一个相对比较重的资源。当应用是CPU密集型的或者说依赖的远程服务都正常工作时,这种模型能够很好的满足需求,但一旦后端服务出现了延迟,比如慢查询、FullGC、依赖的第三方接口出问题等情况,线程池很容易被打满,使得整…
-
Suppose we have this method
``` java
@RequestMapping(value= "list")
public HttpEntity getList(
@RequestParam(value = "text1", required = false) String text1,
@RequestParam(value = "te…
-
spring-boot-parent-2.2.6.RELEASE.pom
```
4.0.0
org.springframework.boot
spring-boot-dependencies
2.3.3.RELEASE
spring-boot-starter-parent
pom
spring-boot-star…
-
There are tons of devs waiting for working ReactorFeign. Especially they are interested in Spring's implementation (witht Ribbon/Hystrix support).
@kdavisk6 Let's release this artifact so I can pro…
kptfh updated
6 years ago
-
java weekly news
-
# Pub/Sub 구조
비동기식 메시징 패턴으로, 메시지 기반의 미들웨어 시스템을 말한다.
주로 서버리스/마이크로 서비스 아키텍쳐에서 사용된다.
일반적으로 메시지를 전송할 때는 publisher(sender)가 subscriber(receiver)에게 직접 메시지를 전송한다.
하지만 pub/sub 모델에서는 publisher는 어떤 subs…
-
### 개요
- 일정 : 2021년 2월 25일 ~ 2021년 3월 3일
- 발표자 : 김준호
### 내용
#### 1. Reactive Streams 복습
#### 2. Reactor(Flux, Mono) 복습
#### 3. Spring WebFlux + Mustache 기반 김치프리미엄 사이트 만들기
- 코인은 BTC, ETH, …