Guest User

Untitled

a guest
Dec 21st, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "properties": [
  3. ...
  4. {
  5. "name": "pipeline.simple.batch-size",
  6. "type": "java.lang.Integer",
  7. "description": "Batch size for reading.",
  8. "defaultValue": 1000
  9. },
  10. ...
  11. ],
  12. "hints": [
  13. ...
  14. ]
  15. }
  16.  
  17.  
  18. @Value("${pipeline.simple.batch-size}")
  19. private Integer batchSize;
Advertisement
Add Comment
Please, Sign In to add comment