luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

CONF doesn't handle all errors properly #114

Open luka-j opened 1 year ago

luka-j commented 1 year ago

When updating configs, CONF returns a success response even if microservice (API, RP, CCO) fails to load it. It should wait for response from all instances, rolling back changes if any one fails, and return a fail response to the caller.