I would need your support in order to understand how to return the right HTTP error code instead of "500" when the header: accepts_incomplete=true, is missing.
Our current Service implementation inherits from "org.springframework.cloud.servicebroker.service.ServiceInstanceService" and we have no custom controller. However when we throw a Mono.error(new ServiceBrokerAsyncRequiredException()) we received on client a 500 error.
Hi team,
I would need your support in order to understand how to return the right HTTP error code instead of "500" when the header: accepts_incomplete=true, is missing.
https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#asynchronous-operations
Our current Service implementation inherits from "org.springframework.cloud.servicebroker.service.ServiceInstanceService" and we have no custom controller. However when we throw a Mono.error(new ServiceBrokerAsyncRequiredException()) we received on client a 500 error.