O2-Czech-Republic / proxima-platform

The Proxima platform.
Apache License 2.0
18 stars 7 forks source link

Listing attributes with offset and limit must be disallowed with transactions #279

Open je-ik opened 2 years ago

je-ik commented 2 years ago

Offset and limit are concepts inherently incompatible with completeness requirements of transactional processing. We must reject requests with offset and limit on transactional attributes. Prefix reads should be supported.

Closes #278