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

Generate wrappers from proto files instead of shipping them directly #1340

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

nakulj
Copy link
Contributor

@nakulj nakulj commented Jun 1, 2024

Description of changes:

  • proto wrapper classes are now generated from a .proto file instead of being version controlled

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nakulj nakulj force-pushed the proto branch 3 times, most recently from d622679 to d524c6b Compare June 3, 2024 15:30
@nakulj nakulj force-pushed the proto branch 2 times, most recently from ee4f6d1 to 8493e8a Compare June 3, 2024 15:53
This change replaces the generated Messages.java file with the source .proto files.
It also includes the pom.xml changes needed to install protoc from Maven Central, and use it to compile the wrapper java code.
brendan-p-lynch
brendan-p-lynch previously approved these changes Jun 3, 2024
Copy link
Contributor

@brendan-p-lynch brendan-p-lynch left a comment

Choose a reason for hiding this comment

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

Overall I like this approach but just want to make sure it is consistent with what KPL is expecting

@nakulj nakulj merged commit e8c3c01 into awslabs:master Jun 3, 2024
1 of 2 checks passed
@nakulj nakulj deleted the proto branch June 3, 2024 22:20
nakulj added a commit to nakulj/amazon-kinesis-client that referenced this pull request Jun 7, 2024
nakulj added a commit that referenced this pull request Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants