-
Notifications
You must be signed in to change notification settings - Fork 50
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
Flux API: replace json_object with string #169
Comments
Issue #76 proposes replacing JSON with opaque data in the KVS. |
To clarify (sorry if this is obvious) but you'd be replacing |
Just throwing another idea out there, maybe this is what you had in mind anyway, but if there is already generic This may be a gross oversimplification of the problem because I haven't traversed the entire API in awhile... |
@grondo: you're probably right on both counts. |
I kept the |
json_object
appears in the Flux API, which creates a dependency on json-c for users.Consider revising the API so that strings are passed instead of
json_object
. This may include revising RFC 3 so thatFLUX_MSGFLAG_JSON
is replaced withFLUX_MSGFLAG_STRING
.The text was updated successfully, but these errors were encountered: