Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a pre-built protoc in pulsar-build docker image #743

Merged
merged 1 commit into from
Sep 5, 2017

Conversation

sijie
Copy link
Member

@sijie sijie commented Sep 4, 2017

Motivation

Currently pulsar uses a patched 2.4.1 protoc to generate java code. Although the steps are well documented, it is non trivial to generate java code. To simplify the process, we can include a pre-built protoc in pulsar-build docker image. Developers can use the pre-built protoc to generate the files.

Modifications

  • include a pre-built protoc in pulsar-build docker image
  • add instructions to use docker image for generating java files

Result

a pre-built protoc (version 2.4.1) is included in pulsar-build. an instruction is updated in the README.md

Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@merlimat merlimat added this to the 1.20.0-incubating milestone Sep 5, 2017
@merlimat merlimat added area/build doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. labels Sep 5, 2017
Copy link
Contributor

@rdhabalia rdhabalia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@merlimat merlimat merged commit a9cca05 into apache:master Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants