v5.14.0-alpha1
MDCB's CheckIdPReload returns the list of changed client_idp_id values, not a bool. Decode []string and use it as a 'something changed' signal: on a non-empty result, refresh the whole registry once via doRefresh (one GetClientIdPs RPC), which also handles deletes. Keeps the gateway's bulk-refresh design while matching the tyk-sink RPC signature.