Browse Source
In case of file record truncation during write due to improper types usage (`AtomicInteger` in place of `int`) `IllegalFormatConversionException` would be thrown instead of `KafkaException` Author: Kamil Szymanski <kamil.szymanski.dev@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #2275 from kamilszymanski/file_record_truncation_during_writepull/2261/merge
Kamil Szymanski
8 years ago
committed by
Ismael Juma
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue