Skip to content

Commit

Permalink
chore: add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Mar 28, 2024
1 parent bc8ff85 commit 4fb19bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ type Message struct {

// IsFailed Is only used on transactional retry disabled
IsFailed bool

// ErrDescription specifies the IsFailed message's error

// If available, kafka-konsumer writes this description into the failed message's
// headers as `x-error-message` key when producing retry topic
ErrDescription string
}

Expand Down

0 comments on commit 4fb19bc

Please sign in to comment.