You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OnConsume is called when the consumed message is intercepted. Please
// avoid modifying the message until it's safe to do so, as this is _not_ a
// copy of the message.
OnConsume(*ConsumerMessage)
}
need OnCommit OnAckknowleCommit
The text was updated successfully, but these errors were encountered:
type ConsumerInterceptor interface {
}
need OnCommit OnAckknowleCommit
The text was updated successfully, but these errors were encountered: