gupadhyaya commented on issue #298: Some questions about PACT broker in SC URL: https://github.com/apache/incubator-servicecomb-service-center/issues/298#issuecomment-371140880 @little-cui @asifdxtreme 1. No, there is no example to show the broker feature with the 3rd party pact library (like pactjvm) because it is not fully supported. The pactjvm library makes a base url request (http://localhost:30100/) to the broker which is disabled in the service center. The logic exists in the broker to send the required result back for the base url request, however this needs to be enabled by the service center in some way. We can address this in the next release. 2. Yes, SC can also publish and retrieve pact. No issues there. 3. Yes, currently only RESTful is supported not RPC, mainly because there was no requirement from the 3rd party library to support RPC (pactjvm connects to a RESTful broker), however if you see any requirement, it is possible to support without any issues.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
