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

     1  ---
     2  title: 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/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  batch: {}
    25  ```
    26  
    27  DEPRECATED: This processor is no longer supported and has been replaced with
    28  improved batching mechanisms. For more information about batching in Benthos
    29  please check out [this document](/docs/configuration/batching).
    30  
    31  This processor is scheduled to be removed in Benthos V4
    32  
    33