Skip to content

Commit

Permalink
Merge pull request #365 from DataDog/jamie/registry-package
Browse files Browse the repository at this point in the history
jamie/registry package
  • Loading branch information
jamiealquiza committed Jun 7, 2021
2 parents 449bc62 + 5b17a04 commit 82d6548
Show file tree
Hide file tree
Showing 16 changed files with 1,373 additions and 1,358 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN protoc -I ./registry -I $GOPATH/pkg/mod/$(awk '/googleapis/ {printf "%s@%s",
--grpc-gateway_opt logtostderr=true \
--grpc-gateway_opt paths=source_relative \
--grpc-gateway_opt generate_unbound_methods=true \
registry/api/registry.proto
registry/registry/registry.proto

# Build
RUN go install ./cmd/registry
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ integration-test: build-image
# Generate proto code outputs.
generate-code: build-image
docker create --name kafka-kit kafka-kit >/dev/null; \
docker cp kafka-kit:/go/src/github.com/DataDog/kafka-kit/registry/api/. ${CURDIR}/registry/api; \
docker cp kafka-kit:/go/src/github.com/DataDog/kafka-kit/registry/registry/. ${CURDIR}/registry/registry; \
docker rm kafka-kit >/dev/null
Loading

0 comments on commit 82d6548

Please sign in to comment.