neosync icon indicating copy to clipboard operation
neosync copied to clipboard

[NEOS-745] Update RPCs to specify idempotency

Open nickzelei opened this issue 6 months ago • 0 comments

This allows them to be used as GET methods in Connect, as well as well as tells the SDKs that they can safely retry the method transparently if they are met with an error or GOAWAY.

More info here: https://buf.build/blog/introducing-connect-cacheable-rpcs

An example of how this is used:

sdlfkj

Can be then hit via: http://localhost:8080/mgmt.v1alpha1.TransformersService/GetSystemTransformers?encoding=json&message={}

From SyncLinear.com | NEOS-745

nickzelei avatar Feb 07 '24 21:02 nickzelei