Skip to content

Commit

Permalink
Merge f4f35f2 into 8993eb7
Browse files Browse the repository at this point in the history
  • Loading branch information
kpocius committed Dec 4, 2017
2 parents 8993eb7 + f4f35f2 commit a955dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
name = "github.com/Shopify/sarama"
version = "1.12.0"
version = "1.14.0"

[[constraint]]
name = "go.uber.org/zap"
Expand Down
2 changes: 2 additions & 0 deletions core/internal/helpers/sarama.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func parseKafkaVersion(kafkaVersion string) sarama.KafkaVersion {
return sarama.V0_10_1_0
case "", "0.10.2", "0.10.2.0":
return sarama.V0_10_2_0
case "0.11.0", "0.11.0.1", "0.11.0.2":
return sarama.V0_11_0_0
default:
panic("Unknown Kafka Version: " + kafkaVersion)
}
Expand Down

0 comments on commit a955dc0

Please sign in to comment.