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: scaling component netfunnel #165

Merged
merged 4 commits into from
Oct 12, 2023
Merged

feat: scaling component netfunnel #165

merged 4 commits into from
Oct 12, 2023

Conversation

bryan-stclab
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • DevOps process (non-breaking change which improves efficiency and reliability for CI/CD)
  • Documentation only

What this PR does / why we need it:

The NetFUNNEL Scaling Component has been added to enable scaling of NetFUNNEL segments.

Which issue/s this PR fixes

#160

How Has This Been Tested?

Only NetFUNNEL API tests and unit tests have been written, and the unit test code consists of test forms only.
We plan to enhance and add more unit tests in the future.

Checklist:

@bryan-stclab bryan-stclab added target: scaling-component target: type: new-feature type: New feature or request labels Oct 11, 2023
@bryan-stclab bryan-stclab added this to the v0.0.14 milestone Oct 11, 2023
@bryan-stclab bryan-stclab self-assigned this Oct 11, 2023
) {
if let Some(max_inflow) = max_inflow {
let url = format!(
"https://dev-api.surffy-dev.io/v2/wave/project/{}/segment/{}",
Copy link
Member

Choose a reason for hiding this comment

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

Please obtain the base url (e.g. https://dev-api.surffy-dev.io) from the metadata

@pueding pueding merged commit 4080679 into main Oct 12, 2023
1 check passed
@pueding pueding deleted the 160-netfunnel branch October 12, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: scaling-component target: type: new-feature type: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants