parallel-consumer
parallel-consumer copied to clipboard
Friendlier error when offset decoding fails
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 )
We have a slightly friendlier error now - exceptions are caught and context given. But the original suggestions in this ticket should still be done.