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

feat: Convert internal interfaces to use protos #1335

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

dpcollins-google
Copy link
Collaborator

No description provided.

@dpcollins-google dpcollins-google requested a review from a team as a code owner February 20, 2023 01:24
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Feb 20, 2023
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite API. label Feb 20, 2023
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner February 20, 2023 01:25
@dpcollins-google dpcollins-google added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 20, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 20, 2023
@dpcollins-google dpcollins-google added the automerge Merge the pull request once unit tests and other checks pass. label Feb 20, 2023
@dpcollins-google dpcollins-google merged commit ebb5d3b into main Feb 20, 2023
@dpcollins-google dpcollins-google deleted the internals-use-protos branch February 20, 2023 05:22
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 20, 2023
@jhsenjaliya
Copy link

jhsenjaliya commented Jul 11, 2023

This change breaks the compatibility with "com.google.cloud:pubsublite-spark-sql-streaming:1.0.0" which uses non-proto SequencedMessage ( ref: https://github.com/googleapis/java-pubsublite-spark/blob/main/src/main/java/com/google/cloud/pubsublite/spark/PslReadDataSourceOptions.java ) on SubscriberBuilder.setMessageConsumer(consumer)

ref: googleapis/java-pubsublite-spark#637 (comment) for more detail on exception you would get due to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/java-pubsublite API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants