Skip to content

Commit

Permalink
added ChannelType values for arkouda gRPC proxy server Channel implem…
Browse files Browse the repository at this point in the history
  • Loading branch information
hokiegeek2 authored Sep 4, 2023
1 parent f4694ad commit cd60b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arkouda/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ class ChannelType(Enum):
to be used for an Arkouda client deployment.
"""
ZMQ = 'ZMQ'
GRPC = 'GRPC'
ASYNC_GRPC = 'ASYNC_GRPC'
STREAMING_GRPC = 'STREAMING_GRPC'

def __str__(self) -> str:
"""
Expand Down

0 comments on commit cd60b33

Please sign in to comment.