SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Return multiple messages from poll queue in single poll req response? #41

Closed mwullink closed 6 months ago

mwullink commented 7 months ago

RFC5730 states that poll req return single queued message from the queue per request.

we could expand this by allowing multiple messages to be returned. this way, potentially a lot less request are required to read a lot of messages from the queue.

There should be a query parameter to limit te number of returned results and the server should also use a max limit for itself.

mwullink commented 7 months ago

this will probably not be possible without an epp extension?

mwullink commented 6 months ago

keeping this to a single message, no way to add multiple to xml wihtout extension. maybe something for future improvements