kjthorpe18 commented on PR #410: URL: https://github.com/apache/directory-scimple/pull/410#issuecomment-1811587872
- Separate `update` and `patch` methods could work. We have some workarounds in our SCIM server that determine if an update request has one or more operations, and optimize based on that. This would make it easier to do that, plus avoid the intermediate `get(id)` - We don't use etags, as of now - Yes, we do support PATCH for other objects (Users). However, the main concern is Groups due to the inefficiency of getting all Group members on the intermediate `get`. We have created some workarounds to not fetch Group members every time we get a group, but did not have control over the `get` from the `update` call -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
