@benup/bensdk 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,6 +66,10 @@ export interface ConsumerOptions<T> {
66
66
  * Instace of pino.Logger to be used
67
67
  */
68
68
  logger: pino.Logger;
69
+ /**
70
+ * The batch size for the consumer
71
+ */
72
+ batchSize?: number;
69
73
  /**
70
74
  * Handler for the received messages
71
75
  * @param message - the message as object