Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow null in consumer commitSync typings (#1082)
KafkaConsumer incorrectly requires that commitSync be supplied with a TopicPartitionOffset or an array of TopicPartitionOffsets, when docs say that null can be passed to commit all read offsets.
- Loading branch information