Skip to content

Commit

Permalink
added support for librdkafka 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Jul 23, 2024
1 parent a46afb8 commit 39be948
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 155 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ TIME=$(shell date)
hello:
@echo "JR,the JSON Random Generator"

install-gogen:
go install github.com/actgardner/gogen-avro/v10/cmd/...@latest
install-avrogen:
go install github.com/hamba/avro/v2/cmd/avrogen@latest

generate:
go generate pkg/generator/generate.go
Expand Down Expand Up @@ -52,7 +52,7 @@ copy_config:
install:
install build/jr /usr/local/bin

all: hello install-gogen generate compile
all: hello install-avrogen generate compile
all_offline: hello generate compile


6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/storage v1.43.0
github.com/actgardner/gogen-avro/v10 v10.2.1
github.com/aws/aws-sdk-go v1.54.14
github.com/confluentinc/confluent-kafka-go/v2 v2.4.0
github.com/confluentinc/confluent-kafka-go/v2 v2.5.0
github.com/elastic/go-elasticsearch/v8 v8.14.0
github.com/go-chi/chi/v5 v5.1.0
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/heetch/avro v0.4.4 // indirect
github.com/heetch/avro v0.4.5 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
Expand Down
Loading

0 comments on commit 39be948

Please sign in to comment.