1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-12-12 01:07:05 +02:00

сделал packages.jpg

This commit is contained in:
Nikitin Aleksandr
2023-11-10 13:01:08 +03:00
parent 4ee2118a36
commit 0d37204bf0
1461 changed files with 117871 additions and 40736 deletions

View File

@@ -8,7 +8,7 @@ func init() {
type Request struct {
GroupID string `kafka:"min=v0,max=v5"`
Topics []RequestTopic `kafka:"min=v0,max=v5"`
Topics []RequestTopic `kafka:"min=v0,max=v5,nullable"`
}
func (r *Request) ApiKey() protocol.ApiKey { return protocol.OffsetFetch }