Skip to content

Commit 8d675a1

Browse files
committed
fix interface
1 parent 1b5c506 commit 8d675a1

File tree

1 file changed

+1
-1
lines changed
  • contrib/twmb/franz-go/internal/tracing

1 file changed

+1
-1
lines changed

contrib/twmb/franz-go/internal/tracing/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Record interface {
3333
GetHeaders() []Header
3434
SetHeaders([]Header)
3535
GetTopic() string
36-
GetPartition() int
36+
GetPartition() int32
3737
GetOffset() int64
3838
}
3939

0 commit comments

Comments
 (0)