Returns the last error encountered. In general, an error signals data corruption in the chunk and requires quarantining.
()
| 26 | // Returns the last error encountered. In general, an error signals data |
| 27 | // corruption in the chunk and requires quarantining. |
| 28 | Err() error |
| 29 | } |
| 30 | |
| 31 | // BatchSize is samples per batch; this was choose by benchmarking all sizes from |
no outgoing calls