Hi,
I have a requirement that needs to call partition reassignment inside Java code. At the current implementation of ReassignPartitionsCommand it expects a json file to be passed in. Other than generating a json file and save it somewhere in my code what are other options that I can invoke the command like passing a json string directly?