Skip to content

Release 0.10.0

Latest
Compare
Choose a tag to compare
@deankarn deankarn released this 09 May 19:22
5cd4d29

Fixed error bubbling up logic that can shutdown the entire consumer and added note to the Processor

// NOTE: An error returned by this will NOT bubble up beyond this function, it's the responsibility of each
//       Processor to handle its own errors. This signature only exists to allow wrapping the Processor like
//       middleware to intercept it and perform actions based upon it.