Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow ConsumerOptions of type number to be zero
Fixes: #223 Uses nullish coalescing introduced in Typescript 3.7: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#nullish-coalescing Nullish coalescing is not applied to `batchSize` as zero is not a reasonable value for `batchSize`.
- Loading branch information