@@ -15,7 +15,7 @@ var ErrLostMessage = errors.New("message not marked for offsets commit and will
varpPool=sync.Pool{
New:func()interface{}{
return&publication{msg:&broker.Message{}}
return&publication{msg:broker.NewMessage("")}
},
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.