Updating concurrency

This commit is contained in:
Kenny Bastani
2017-01-12 01:26:09 -08:00
parent 4c0c0c6a96
commit 121a56ea95
4 changed files with 6 additions and 4 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: