Updating concurrency
This commit is contained in:
@@ -40,6 +40,7 @@ spring:
|
|||||||
contentType: 'application/json'
|
contentType: 'application/json'
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
|
concurrency: 20
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spring:
|
|||||||
group: order-group
|
group: order-group
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
concurrency: 5
|
concurrency: 20
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ spring:
|
|||||||
group: payment-group
|
group: payment-group
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
|
concurrency: 20
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
|
|||||||
@@ -45,21 +45,21 @@ spring:
|
|||||||
group: warehouse-group
|
group: warehouse-group
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
concurrency: 5
|
concurrency: 20
|
||||||
reservation:
|
reservation:
|
||||||
contentType: 'application/json'
|
contentType: 'application/json'
|
||||||
destination: reservation
|
destination: reservation
|
||||||
group: reservation-group
|
group: reservation-group
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
concurrency: 5
|
concurrency: 20
|
||||||
inventory:
|
inventory:
|
||||||
contentType: 'application/json'
|
contentType: 'application/json'
|
||||||
destination: inventory
|
destination: inventory
|
||||||
group: inventory-group
|
group: inventory-group
|
||||||
consumer:
|
consumer:
|
||||||
durableSubscription: true
|
durableSubscription: true
|
||||||
concurrency: 5
|
concurrency: 20
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
|
|||||||
Reference in New Issue
Block a user