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

issue #20 CLI operations improved #33

Closed

Conversation

shailendrasingh117
Copy link

@shailendrasingh117 shailendrasingh117 commented Apr 9, 2023

#20 So the main issue was:

  1. Support for create operation:
    The writer function has been extended to include options for ephemeral and sequential nodes.
  2. Bug when socket is closed by write function:
    The updated code now includes error handling for handling the case when the socket is closed by the write function.

Issues Resolved.

@@ -137,70 +137,33 @@ def process_cmd(client: FaaSKeeperClient, cmd: str, args: List[str]):
return client.session_status, client.session_id


@click.command()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why all of this code has been removed? The purpose is to extend the existing implementation, not completely replace it.

@mcopik
Copy link
Collaborator

mcopik commented Apr 21, 2023

@shailendrasingh117 I'm confused - the code in the PR replaces the existing implementation, does not implement any handling of arguments, and it's very different from what has been posted in issue #20. Furthermore, you mentioned fixing a bug for socket closure - this one is also missing.

@mcopik
Copy link
Collaborator

mcopik commented Oct 23, 2023

This PR will be closed due to a lack of responses to the code review and no activity.

If you want to continue working on this issue, please feel free to push changes and reopen it :)

@mcopik mcopik closed this Oct 23, 2023
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