发布

  • [OPIK-3856] [BE] Add configurable streaming batch size for dataset items

    frostbyte_neo 发布于 2026-01-14 14:03:31 +00:00

    • Add StreamingConfig with configurable defaultStreamLimit (default: 2000)
    • Fix DatasetItemStreamRequest to properly detect when client sends null steam_limit
    • Use configured default instead of hardcoded 500 when client doesn't specify limit
    • Replace broken ExperimentItemsBulkSize custom validator with standard @Size annotation

    Update experiment items bulk upload configuration

    • Change default maxBulkUploadSize from 1000 to 500 in StreamingConfig.
    • Remove custom ExperimentItemsBulkSize validator and its associated class.
    • Update config.yml to reflect the new default value for experiment items bulk upload size.

    addressing CR comments

    下载附件