Skip to content

Commit

Permalink
Update Kafka client for TLS config bugfix (uber#2688)
Browse files Browse the repository at this point in the history
* Update Kafka client for TLS config bugfix
* Set Kafka to be the default replication method until RPC replication stack is ready
  • Loading branch information
wxing1292 authored Oct 18, 2019
1 parent 1da0ebf commit 3acdb70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/development_active.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
clusterMetadata:
enableGlobalDomain: true
replicationConsumer:
type: rpc
type: kafka
fetcher:
rpcParallelism: 1
aggregationIntervalSecs: 2
Expand Down
2 changes: 1 addition & 1 deletion config/development_standby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
clusterMetadata:
enableGlobalDomain: true
replicationConsumer:
type: rpc
type: kafka
fetcher:
rpcParallelism: 1
aggregationIntervalSecs: 2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require (
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.3.0
github.com/uber-common/bark v1.2.1 // indirect
github.com/uber-go/kafka-client v0.2.2
github.com/uber-go/kafka-client v0.2.3-0.20191018205945-8b3555b395f9
github.com/uber-go/tally v3.3.11+incompatible
github.com/uber/ringpop-go v0.8.5
github.com/uber/tchannel-go v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ github.com/uber-common/bark v1.2.1 h1:cREJ9b7CpTjwZr0/5wV82fXlitoCIEHHnt9WkQ4lIk
github.com/uber-common/bark v1.2.1/go.mod h1:g0ZuPcD7XiExKHynr93Q742G/sbrdVQkghrqLGOoFuY=
github.com/uber-go/atomic v1.4.0 h1:yOuPqEq4ovnhEjpHmfFwsqBXDYbQeT6Nb0bwD6XnD5o=
github.com/uber-go/atomic v1.4.0/go.mod h1:/Ct5t2lcmbJ4OSe/waGBoaVvVqtO0bmtfVNex1PFV8g=
github.com/uber-go/kafka-client v0.2.2 h1:/myHEtL6sFqjtmRMfi6JqNBk3Lh2+xUExUeDt3f8JYI=
github.com/uber-go/kafka-client v0.2.2/go.mod h1:ujM3r83bEYTsElQUqIkNOosx9b/4pNJ5xd7Q+DBpYFs=
github.com/uber-go/kafka-client v0.2.3-0.20191018205945-8b3555b395f9 h1:UHlXzsS9nReMag5DU98XlPFlQaLpR8mok9SQbNcrcTs=
github.com/uber-go/kafka-client v0.2.3-0.20191018205945-8b3555b395f9/go.mod h1:ujM3r83bEYTsElQUqIkNOosx9b/4pNJ5xd7Q+DBpYFs=
github.com/uber-go/mapdecode v1.0.0 h1:euUEFM9KnuCa1OBixz1xM+FIXmpixyay5DLymceOVrU=
github.com/uber-go/mapdecode v1.0.0/go.mod h1:b5nP15FwXTgpjTjeA9A2uTHXV5UJCl4arwKpP0FP1Hw=
github.com/uber-go/tally v3.3.1+incompatible/go.mod h1:YDTIBxdXyOU/sCWilKB4bgyufu1cEi0jdVnRdxvjnmU=
Expand Down

0 comments on commit 3acdb70

Please sign in to comment.