spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

How to pass cursorBatchSize dynamic from application.properties using Meta

Open shankarshastri opened this issue 2 years ago • 2 comments

Current Meta annotation only supports cursorBatchSize as a constant size, would be great if we could build a cursorBatchSizeExpression which can provide a way to read cursorBatchSize as a property.

shankarshastri avatar Mar 06 '23 13:03 shankarshastri

related to: spring-projects/spring-data-commons#2369

christophstrobl avatar Mar 07 '23 07:03 christophstrobl

Is there an alternative that can be implemented using AOP or reflections or any other alternative ?

shankarshastri avatar Mar 15 '23 17:03 shankarshastri