We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5c506 commit 8d675a1Copy full SHA for 8d675a1
contrib/twmb/franz-go/internal/tracing/types.go
@@ -33,7 +33,7 @@ type Record interface {
33
GetHeaders() []Header
34
SetHeaders([]Header)
35
GetTopic() string
36
- GetPartition() int
+ GetPartition() int32
37
GetOffset() int64
38
}
39
0 commit comments