Uploaded image for project: 'Ratis'
  1. Ratis
  2. RATIS-221

Support new operations in Arithmetic-Example (append, remove/delete)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.1.0-alpha
    • None
    • examples
    • Important

    Description

      New operations can be supported in Arithmetic-Example to provide a more succinct demo for the future users/developers.

      1. Adding "append" 

              Command: ./client.sh append --name X --value Y
              Behavior: This will increment the variable X by Y.
              Alternative: Improve "assign" to do variable increments
                                   ./client.sh assign --name X --value X+Y
                                   [This throws an Exception today]

      2. Adding "remove/delete" (let's just say remove for now)

              Command: ./client.sh remove --name X 
              Behavior: This should remove variable X from the cluster. 
              Alternative: None

      Attachments

        Activity

          People

            Unassigned Unassigned
            VinayBanakar Vinay Banakar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: