Class ExceededBatchRecordSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.stream.api.records.ExceededBatchRecordSizeException
All Implemented Interfaces:
Serializable

public class ExceededBatchRecordSizeException extends RuntimeException
This exception is part of the contract with the engine. The engine may handle this exception explicitly
See Also:
  • Constructor Details

    • ExceededBatchRecordSizeException

      public ExceededBatchRecordSizeException(RecordBatchEntry recordBatchEntry, int entryLength, int recordBatchEntriesSize, int batchSize)