-
Notifications
You must be signed in to change notification settings - Fork 19
nims: add get connection(s) with multiplexer APIs to accommodate mux info #605
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
nims: add get connection(s) with multiplexer APIs to accommodate mux info #605
Conversation
|
Team, I would like to get your thoughts on the possible approaches to append multiplexer info to the connection object and how it can be retrieved. Approach 1 [Recommended]: This PR contains changes for this approach
ℹ️ Note: By this approach, an error will be thrown for the following cases:
Approach 2:
Approach 3 [Not Recommended]:
|
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.
Approved for RFC and approach. Please reset me if you make this a regular PR.
|
@dixonjoel The current implementation represents the fair changes. I apologize for neglecting to update the PR title. 😞 I will address the initialize_multiplexer_sessions API additions in a separate PR. Therefore, I'm resetting your vote. Sorry about the confusion. |
|
I verified all the tests locally using Python 3.9.13-win32. Therefore, I'm skipping the |
What does this Pull Request accomplish?
Adds
get_foo_connection(s)wrapper APIs in theBaseReservationto accommodate the multiplexer info in the returning typed connection object.AB#2623289
Why should this Pull Request be merged?
Now with the reserve API containing the multiplexer info. This PR extends the support by adding multiplexer data to the connection object.
What testing has been done?
Included automated tests that verify the functionalities of the newly added APIs.