s0x
s0x
This would be resolved by MR #238
Well, you do the same for after_create. The observer is called with every id and you dont get the whole collection either. So far I've used after_get for post-processing of...
I know... still no difference. You could return a list of IDs there as well, even though I think it is more consistent to have the after_get method to be...
I think dealing with this rare case to setup some data based on the collection should be done in the controller anyhow. If there is a good reason to keep...
Thanks for the response. The following deployment profile did the job for me: ``` vertx { ... deployments { modCfg { deploy project.vertx.getVertxName() platform { version '2.1.4' cluster() instances 1...