apache / apache/rocketmq-client-go
consumer shutdown will result in unspent mark consumption success
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 445
- PR merge metrics
- No merged PRs in 30d
Description
if consumer all return ConsumeRetryLater, when consumer run consumer.shutdown. View message trace The message was successfully consumed
` err = cs.Subscribe("topic", selector, func(ctx context.Context, ext ...*primitive.MessageExt) (consumer.ConsumeResult, error) {
for i := range ext {
fmt.Printf("%+v\n", ext[i])
}
return consumer.ConsumeRetryLater, nil
})
if err != nil {
fmt.Println(err)
}`
Contributor guide
Assessment
This issue has not been assessed yet.