Skip to content

Commit

Permalink
upgrade confluent kafka dependency to 1.4.2 (qntfy#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
max thomas committed May 18, 2020
1 parent dae2dfe commit d3b606c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ before_install:
# Initialize kafka
- curl --silent -L -o kafka.yml https://raw.githubusercontent.com/simplesteph/kafka-stack-docker-compose/v5.1.0/zk-single-kafka-single.yml
- docker-compose -f kafka.yml up -d
# Install librdkafka - based on https://github.com/confluentinc/confluent-kafka-go/blob/v0.11.6/.travis.yml
- curl --silent -OL https://raw.githubusercontent.com/confluentinc/confluent-kafka-go/v0.11.6/mk/bootstrap-librdkafka.sh
- bash bootstrap-librdkafka.sh v0.11.6
- export PKG_CONFIG_PATH="$PWD/tmp-build/lib/pkgconfig"
- export LD_LIBRARY_PATH="$PWD/tmp-build/lib"
- export DYLD_LIBRARY_PATH="$PWD/tmp-build/lib"
- PATH="$PATH:$GOPATH/bin"
- sudo ldconfig
# Download the dependencies
- export GO111MODULE=on
- go mod download
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/qntfy/frafka

require (
github.com/confluentinc/confluent-kafka-go v0.11.6
github.com/confluentinc/confluent-kafka-go v1.4.2
github.com/gofrs/uuid v3.2.0+incompatible
github.com/pkg/errors v0.8.1
github.com/qntfy/frizzle v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/alexcesaro/statsd v2.0.0+incompatible h1:HG17k1Qk8V1F4UOoq6tx+IUoAbOcI5PHzzEUGeDD72w=
github.com/alexcesaro/statsd v2.0.0+incompatible/go.mod h1:vNepIbQAiyLe1j480173M6NYYaAsGwEcvuDTU3OCUGY=
github.com/confluentinc/confluent-kafka-go v0.11.6 h1:rEblubnNXCjRThwAGnFSzLKYIRAoXLDC3A9r4ciziHU=
github.com/confluentinc/confluent-kafka-go v0.11.6/go.mod h1:u2zNLny2xq+5rWeTQjFHbDzzNuba4P1vo31r9r4uAdg=
github.com/confluentinc/confluent-kafka-go v1.4.2 h1:13EK9RTujF7lVkvHQ5Hbu6bM+Yfrq8L0MkJNnjHSd4Q=
github.com/confluentinc/confluent-kafka-go v1.4.2/go.mod h1:u2zNLny2xq+5rWeTQjFHbDzzNuba4P1vo31r9r4uAdg=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
Expand Down

0 comments on commit d3b606c

Please sign in to comment.