Skip to content

Commit

Permalink
fix consumer group
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed May 6, 2024
1 parent 40533d0 commit a4e396b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stand-in-manager:
enabled: 'true'
sa-connection-string: ${STAND_IN_MANAGER_SA_CONNECTION_STRING}
sa-name: standinevents
consumer-group: $Default
consumer-group: nodo-dei-pagamenti-stand-in-sync-rx
consumer:
##permette di abilitare/disabilitare il consumer
enabled: 'true'
Expand All @@ -107,7 +107,7 @@ api-config-cache:
enabled: 'true'
sa-connection-string: ${API_CONFIG_CACHE_SA_CONNECTION_STRING}
sa-name: cacheevents
consumer-group: $Default
consumer-group: nodo-dei-pagamenti-cache-sync-rx
consumer:
##permette di abilitare/disabilitare il consumer
enabled: 'true'
Expand Down

0 comments on commit a4e396b

Please sign in to comment.