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

Design and implement client Channel class hierarchy #2496

Merged
merged 5 commits into from
Jun 14, 2023

Conversation

hokiegeek2
Copy link
Contributor

Closes #2495

This PR encompasses the design and implementation of a client Channel class hierarchy that fosters support of client/server communication via protocols other than ZMQ, starting with gRPC

Copy link
Contributor

@Ethan-DeBandi99 Ethan-DeBandi99 left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Member

@stress-tess stress-tess left a comment

Choose a reason for hiding this comment

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

I don't know this stuff super well but i don't see any issues other than some docstring stuff!

arkouda/client.py Outdated Show resolved Hide resolved
arkouda/client.py Outdated Show resolved Hide resolved
arkouda/client.py Outdated Show resolved Hide resolved
Copy link
Contributor

@jaketrookman jaketrookman left a comment

Choose a reason for hiding this comment

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

Besides what was previously mentioned, it looks good

@hokiegeek2
Copy link
Contributor Author

@Ethan-DeBandi99 @pierce314159 @jaketrookman @TheOddCzar789 Updated per Pierce's comments and retested to ensure everything still works:

image


@stress-tess stress-tess added this pull request to the merge queue Jun 14, 2023
Merged via the queue into Bears-R-Us:master with commit fb676a7 Jun 14, 2023
9 checks passed
@hokiegeek2 hokiegeek2 deleted the 2495_refactor_client_module branch June 25, 2023 11:57
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.

Refactor client module
4 participants