parallel-consumer icon indicating copy to clipboard operation
parallel-consumer copied to clipboard

Friendlier error when offset decoding fails

Open astubbs opened this issue 3 years ago • 1 comments
trafficstars

When unexpected magic bytes occur, improve the feedback in the error shown to the user.

Prompted from https://github.com/confluentinc/parallel-consumer/issues/326

  • [ ] On magic byte error, log full metadata
  • [ ] Common error could be CG reused from KS app - detect KS magic byte and advice as such (inspiration from comment #326 )

astubbs avatar Jul 04 '22 11:07 astubbs

We have a slightly friendlier error now - exceptions are caught and context given. But the original suggestions in this ticket should still be done.

astubbs avatar Sep 30 '22 16:09 astubbs