feiquan123 opened a new issue #572:
URL: https://github.com/apache/rocketmq-client-go/issues/572


   useing `BroadCasting`  model.  I find `offset.json.bak` is empty.  I think  
it should be updated when consumer's offset is change.
   
   rocketmq-client-go/internal/utils/files.go:75
   ```go
   if err != nil {
        _, err = bakFile.Write(prevContent)
   }
   ```
   
   modify :
   ```go
   if err == nil {
        _, err = bakFile.Write(prevContent)
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to