spring-data-mongodb
spring-data-mongodb copied to clipboard
How to pass cursorBatchSize dynamic from application.properties using Meta
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.
related to: spring-projects/spring-data-commons#2369
Is there an alternative that can be implemented using AOP or reflections or any other alternative ?