Merge pull request #25 from unistack-org/options

add additional options and metadata fixes
This commit is contained in:
2021-12-20 08:47:34 +03:00
committed by GitHub
parent ff82f9f960
commit 1fc59df95b
5 changed files with 75 additions and 9 deletions

7
go.mod
View File

@@ -3,7 +3,8 @@ module go.unistack.org/micro-broker-kgo/v3
go 1.16
require (
github.com/twmb/franz-go v1.2.5
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211127185622-3b34db0c6d1e
go.unistack.org/micro/v3 v3.8.11
github.com/pierrec/lz4/v4 v4.1.12 // indirect
github.com/twmb/franz-go v1.2.6
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211207071611-6a03ca9e400b
go.unistack.org/micro/v3 v3.8.12
)