Discussion:
Is there a contract testing framework for Thrift?
Brian Forbis
2017-11-15 18:29:52 UTC
Permalink
I’ve been looking into setting up customer driven contract testing for my microservices. Pact (docs.pact.io) seems like a useful framework for testing RESTful endpoints. Has anyone seen something similar to this that works with Thrift interfaces?

Thanks,
Brian
Randy Abernethy
2017-11-16 10:10:43 UTC
Permalink
I have not run across anything in this vein but would also like to hear if
anyone else has. Always thought an IDL driven Thrift fuzzer would be nice
too.
Post by Brian Forbis
I’ve been looking into setting up customer driven contract testing for my
microservices. Pact (docs.pact.io) seems like a useful framework for
testing RESTful endpoints. Has anyone seen something similar to this that
works with Thrift interfaces?
Thanks,
Brian
Loading...