Please allow rate limiting options (for example to cap read queries to 4096 operations per second) for AstraDBIo.
Although not most ideal, due to the Beam programming model, it could be a simple per-doFN rate limit which the user would need to pre-estimate and set (if they need it), or it could be something that user could override by supplying more complex implementations of a serializable interface if they need a more distributed rate limiting.