github.com/Jeffail/benthos/v3@v3.65.0/website/docs/components/processors/process_batch.md (about)

     1  ---
     2  title: process_batch
     3  type: processor
     4  status: deprecated
     5  ---
     6  
     7  <!--
     8       THIS FILE IS AUTOGENERATED!
     9  
    10       To make changes please edit the contents of:
    11       lib/processor/process_batch.go
    12  -->
    13  
    14  import Tabs from '@theme/Tabs';
    15  import TabItem from '@theme/TabItem';
    16  
    17  :::warning DEPRECATED
    18  This component is deprecated and will be removed in the next major version release. Please consider moving onto [alternative components](#alternatives).
    19  :::
    20  
    21  ```yaml
    22  # Config fields, showing default values
    23  label: ""
    24  process_batch: []
    25  ```
    26  
    27  Alias for the [`for_each`](/docs/components/processors/for_each) processor, which should be used
    28  instead.
    29  
    30