-
Notifications
You must be signed in to change notification settings - Fork 8
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
Partner SDK: Destination examples for V2 protos #81
Conversation
This pull request has been linked to 1 task:
|
c04a08c
to
85f7ff8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added small comments
@@ -0,0 +1,9 @@ | |||
FROM openjdk:11-jre-slim | |||
|
|||
EXPOSE 50051 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the port to 50052.
50051, we generally use for source connector.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Link T-849691
Description
Added V2 examples for destination
Testing