Skip to content

Commit

Permalink
Update sarama to master
Browse files Browse the repository at this point in the history
Master rather than v1.22.0 as we need fix for sarama bug
IBM/sarama#1353
  • Loading branch information
Mongey committed Apr 14, 2019
1 parent 36f7b99 commit c0acefb
Show file tree
Hide file tree
Showing 64 changed files with 2,808 additions and 583 deletions.
11 changes: 6 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

[[constraint]]
name = "github.com/Shopify/sarama"
source = "github.com/Mongey/sarama"
branch = "cm-v1-create-acl-request"
branch = "master"

[[constraint]]
name = "github.com/hashicorp/terraform"
Expand Down
2 changes: 1 addition & 1 deletion kafka/kafka_acls.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (c *Client) CreateACL(s stringlyTypedACL) error {
return err
}
req := &sarama.CreateAclsRequest{
Version: int(c.getCreateAclsRequestAPIVersion()),
Version: c.getCreateAclsRequestAPIVersion(),
AclCreations: []*sarama.AclCreation{ac},
}

Expand Down
7 changes: 5 additions & 2 deletions vendor/github.com/Shopify/sarama/acl_bindings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions vendor/github.com/Shopify/sarama/acl_create_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions vendor/github.com/Shopify/sarama/acl_create_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/Shopify/sarama/acl_delete_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 16 additions & 13 deletions vendor/github.com/Shopify/sarama/acl_delete_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 37 additions & 36 deletions vendor/github.com/Shopify/sarama/acl_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0acefb

Please sign in to comment.