Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit e4fd2cb

Browse files
authored
Add minimal MurmurHash2 impl for partitioner (#67)
* Add minimal MurmurHash2 impl for partitioner Copied from https://github.com/burdiyan/kafkautil/blob/3e3bfeae0ffaf3b3d9b431463d9e58f840173188/partitioner.go * Add tests
1 parent dab99cc commit e4fd2cb

File tree

5 files changed

+193
-160
lines changed

5 files changed

+193
-160
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ go 1.15
44

55
require (
66
github.com/Shopify/sarama v1.29.0
7-
github.com/avast/retry-go v3.0.0+incompatible // indirect
8-
github.com/burdiyan/kafkautil v0.0.0-20190131162249-eaf83ed22d5b
97
github.com/frankban/quicktest v1.13.0
108
github.com/google/go-cmp v0.5.6
119
github.com/heetch/kafkatest v1.1.0
12-
github.com/lovoo/goka v1.0.5 // indirect
1310
github.com/pkg/errors v0.9.1
1411
github.com/rogpeppe/fastuuid v1.2.0
1512
github.com/stretchr/testify v1.7.0
1613
)
17-
18-
// replace github.com/Shopify/sarama => /home/rog/src/go/src/github.com/Shopify/sarama

0 commit comments

Comments
 (0)