SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Allow for out of order processing? #8

Closed mwullink closed 7 months ago

mwullink commented 8 months ago

Allowing out of order processing might make server load balancing strategy simpler, A client would then have to make sure that commands are sent/executed in order, when this is needed.

for example, when a domain created depend on first creating a host and contact

1 create host 2 create contact 3 create domain using previously created host and contact

mwullink commented 7 months ago

no request must be processed in the order they have been received