Do we have examples on how to do pact on json rpc ...
# pact-jvm
j
Do we have examples on how to do pact on json rpc and also grpc on jvm systems liike kotlin
r
For grpc, see the #protobufs channel
j
thanks. anything for json rpc?
r
I haven't seen any examples
j
so not advisable to use PACT for that?
r
You could try it, I assume it is just using HTTP so you could use Pact
👌 1
m
JSON RPC is just JSON payloads right over HTTP? If so, it should work just fine with Pact
P.S.
s/PACT/Pact
😉
j
yes should be http. let me give it a try
👍 1