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: RPPL-2681 thunderBroker migration workaround changes #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nnaveen979
Copy link
Contributor

What

thunderBroker migration changes added.

Why

Why are these changes needed?

How

How do these changes achieve the goal?

Test

How has this been tested? How can a reviewer test it?

Checklist

  • I have self-reviewed this PR
  • I have added tests that prove the feature works or the fix is effective

@nnaveen979 nnaveen979 requested review from satlead, pahearn73 and a team November 4, 2024 14:01
}
}

fn prepare_request(&self, request: &ThunderAsyncRequest) -> Result<Vec<String>, RippleError> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you have any documentation related to the new changes ? Is ThunderBroker a singleton object ? If not, I have concern about multiple instances of ThunderBroker. In that case you may need to separate state management instance out of Thunder Broker.

I have also cleaned up prepare_request in the original implementation. Thunder Plugin state checking and activation have been moved to check_and_generate_plugin_activation_request helper function,

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.

2 participants