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

Make function supports to use package command #8973

Merged

Conversation

zymap
Copy link
Member

@zymap zymap commented Dec 16, 2020


Master Issue: #8676

Motivation

We have a new package management service which can manage all
the packages. We can use that in the Pulsar Function will make the
function packages are easier to manage.
I reuse the 'packageUrl' for downloading the package from the packages
management service. So user can use the package name as the 'packageUrl'
to download it.

Modifications

  • Support new package type URL for creating and updating functions
  • Support to use package download command for Kubernetes runtime
  • Add tests for the changes

---

Master Issue: apache#8676

*Motivation*

We have a new package management service which can manage all
the packages. We can use that in the Pulsar Function which will
make the function packages are easier to manage.

*Modifications*

- Support new package type url
@zymap zymap changed the title [WIP] Make function supports to use package command Make function supports to use package command Dec 17, 2020
@zymap
Copy link
Member Author

zymap commented Dec 21, 2020

/pulsarbot run-failure-checks

5 similar comments
@zymap
Copy link
Member Author

zymap commented Dec 21, 2020

/pulsarbot run-failure-checks

@zymap
Copy link
Member Author

zymap commented Dec 21, 2020

/pulsarbot run-failure-checks

@zymap
Copy link
Member Author

zymap commented Dec 23, 2020

/pulsarbot run-failure-checks

@zymap
Copy link
Member Author

zymap commented Dec 23, 2020

/pulsarbot run-failure-checks

@zymap
Copy link
Member Author

zymap commented Dec 23, 2020

/pulsarbot run-failure-checks

}
}

return Arrays.asList(
Copy link
Member

Choose a reason for hiding this comment

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

Don't we need authentication and authorization plugin for downloading the packages?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. We need. Already add auth plugin at line 879.

@zymap
Copy link
Member Author

zymap commented Dec 29, 2020

/pulsarbot run-failure-checks

1 similar comment
@zymap
Copy link
Member Author

zymap commented Dec 29, 2020

/pulsarbot run-failure-checks

@codelipenghui codelipenghui added this to the 2.8.0 milestone Dec 30, 2020
@codelipenghui codelipenghui merged commit 7b60d29 into apache:master Dec 30, 2020
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.

None yet

3 participants